#5CB99B

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

Shades of Keppel #5CB99B

Tints of Keppel #5CB99B

Color information

#5CB99B (or 0x5CB99B) is unknown color: approx Keppel. HEX triplet: 5C, B9 and 9B. RGB value is (92,185,155). Sum of RGB (Red+Green+Blue) = 92+185+155=432 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.30% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 185 - color contains mainly: green. Hex color #5CB99B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB99B is #A34664. Grayscale: #999999. Windows color (decimal): -10700389 or 10205532. OLE color: 10205532.

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

Color convert

RGB92185155-
CMYK0.5000.160.27
HSL160.65º39.91%54.31%-
HSV(B)160.65º50.27%72.55%-
XYZ27.6839.3437.14-
YUV153.77128.6983.94-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.30%
GREEN value IS 185 (72.66% from 255) = 42.82%
BLUE value IS 155 (60.94% from 255) = 35.88%
R=21.30%
G=42.82%
B=35.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal921851550.5000.160.27160.6539.9154.31
Hex5CB99B320101Ba12836
Octal13427123362020332415066
Binary101110010111001100110111100100100001101110100001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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