#5CBC99

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

Shades of Keppel #5CBC99

Tints of Keppel #5CBC99

Color information

#5CBC99 (or 0x5CBC99) is unknown color: approx Keppel. HEX triplet: 5C, BC and 99. RGB value is (92,188,153). Sum of RGB (Red+Green+Blue) = 92+188+153=433 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.25% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CBC99 is #A34366. Grayscale: #9B9B9B. Windows color (decimal): -10699623 or 10075228. OLE color: 10075228.

HSL color Cylindrical-coordinate representation of color #5CBC99: hue angle of 158.12º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBC99 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB92188153-
CMYK0.5100.190.26
HSL158.12º41.74%54.9%-
HSV(B)158.12º51.06%73.73%-
XYZ28.1540.5436.48-
YUV155.31126.782.85-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.25%
GREEN value IS 188 (73.83% from 255) = 43.42%
BLUE value IS 153 (60.16% from 255) = 35.33%
R=21.25%
G=43.42%
B=35.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal921881530.5100.190.26158.1241.7454.9
Hex5CBC99330131A9e2a37
Octal13427423163023322365267
Binary101110010111100100110011100110100111101010011110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,188,153); }

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

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

 a { background-color: rgb(92,188,153); }

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

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

 span { border-color: rgb(92,188,153); }

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