Html Css Color HEX #5DBA9D Keppel

📋 copy color: '#5DBA9D'

red 93 ◦ green 186 ◦ blue 157

#5DBA9D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Keppel #5DBA9D

Tints of Keppel #5DBA9D

RGB

 RED value IS 93 (36.72% from 255) = 21.33%

 GREEN value IS 186 (73.05% from 255) = 42.66%

 BLUE value IS 157 (61.72% from 255) = 36.01%

R = 21.33%
G = 42.66%
B = 36.01%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5DBA9D (or 0x5DBA9D) is known color: Keppel. HEX triplet: 5D, BA and 9D. RGB value is (93,186,157). Sum of RGB (Red+Green+Blue) = 93+186+157=436 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.33% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBA9D is #A24562. Grayscale: #9A9A9A. Windows color (decimal): -10634595 or 10336861. OLE color: 10336861.

HSL color Cylindrical-coordinate representation of color #5DBA9D: hue angle of 161.29º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DBA9D is Cyan = 0.5, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 186 157 -
CMYK 0.5 0 0.16 0.27
HSL 161.29º 0.4% 0.55% -
HSV(B) 161.29º 0.5% 0.73% -
XYZ 28.16 39.88 38.11 -
YUV 154.89 129.19 83.86 -
System Red Green Blue C M Y K H S L
Decimal 93 186 157 0.5 0 0.16 0.27 161.29 0.4 0.55
Hex 5D BA 9D 32 0 10 1B A1 28 37
Octal 135 272 235 62 0 20 33 241 50 67
Binary 1011101 10111010 10011101 110010 0 10000 11011 10100001 101000 110111

Color Harmonies of #5DBA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBA9D

Black with #5DBA9D

Text Example


Text Example

White with #5DBA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5DBA9D; }

 p { color: rgb(93,186,157); }

 H1.HeaderClassName
 {
   color: #5DBA9D;
 }
 .AnyTagClassName
 {
   color: #5DBA9D;
 }
</style>

background-color css

<style>
 a { background-color: #5DBA9D; }

 a { background-color: rgb(93,186,157); }

 div.DivClassName
 {
   background-color: #5DBA9D;
 }
 .BgClassName
 {
   background-color: #5DBA9D;
 }
</style>

border-color css

<style>
 span { border-color: #5DBA9D; }

 span { border-color: rgb(93,186,157); }

 td.TdClassName
 {
   border-color: #5DBA9D;
 }
 .TagClassName
 {
   border-color: #5DBA9D;
 }
</style>