#5CB99E

Color #5CB99E Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #5CB99E

Tints of Keppel #5CB99E

Color information

#5CB99E (or 0x5CB99E) is unknown color: approx Keppel. HEX triplet: 5C, B9 and 9E. RGB value is (92,185,158). Sum of RGB (Red+Green+Blue) = 92+185+158=435 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.15% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 185 - color contains mainly: green. Hex color #5CB99E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB99E is #A34661. Grayscale: #9A9A9A. Windows color (decimal): -10700386 or 10402140. OLE color: 10402140.

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

Color convert

RGB92185158-
CMYK0.5000.150.27
HSL162.58º39.91%54.31%-
HSV(B)162.58º50.27%72.55%-
XYZ27.9339.4438.49-
YUV154.12130.1983.7-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.15%
GREEN value IS 185 (72.66% from 255) = 42.53%
BLUE value IS 158 (62.11% from 255) = 36.32%
R=21.15%
G=42.53%
B=36.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal921851580.5000.150.27162.5839.9154.31
Hex5CB99E320F1Ba32836
Octal13427123662017332435066
Binary10111001011100110011110110010011111101110100011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,185,158); }

 H1.HeaderClassName
 {
   color: #5CB99E;
 }
 .AnyTagClassName
 {
   color: #5CB99E;
 }
</style>
background-color css

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

 a { background-color: rgb(92,185,158); }

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

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

 span { border-color: rgb(92,185,158); }

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