Html Css Color HEX #5DBA9E Keppel

📋 copy color: '#5DBA9E'

red 93 ◦ green 186 ◦ blue 158

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

Shades of Keppel #5DBA9E

Tints of Keppel #5DBA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.16%

R = 21.28%
G = 42.56%
B = 36.16%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#5DBA9E (or 0x5DBA9E) is known color: Keppel. HEX triplet: 5D, BA and 9E. RGB value is (93,186,158). Sum of RGB (Red+Green+Blue) = 93+186+158=437 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.28% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBA9E is #A24561. Grayscale: #9B9B9B. Windows color (decimal): -10634594 or 10402397. OLE color: 10402397.

HSL color Cylindrical-coordinate representation of color #5DBA9E: hue angle of 161.94º 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 #5DBA9E is Cyan = 0.5, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 186 158 -
CMYK 0.5 0 0.15 0.27
HSL 161.94º 0.4% 0.55% -
HSV(B) 161.94º 0.5% 0.73% -
XYZ 28.24 39.91 38.56 -
YUV 155 129.69 83.78 -
System Red Green Blue C M Y K H S L
Decimal 93 186 158 0.5 0 0.15 0.27 161.94 0.4 0.55
Hex 5D BA 9E 32 0 F 1B A2 28 37
Octal 135 272 236 62 0 17 33 242 50 67
Binary 1011101 10111010 10011110 110010 0 1111 11011 10100010 101000 110111

Color Harmonies of #5DBA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBA9E

Black with #5DBA9E

Text Example


Text Example

White with #5DBA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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