#5CAF96

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

Shades of Keppel #5CAF96

Tints of Keppel #5CAF96

Color information

#5CAF96 (or 0x5CAF96) is unknown color: approx Keppel. HEX triplet: 5C, AF and 96. RGB value is (92,175,150). Sum of RGB (Red+Green+Blue) = 92+175+150=417 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.06% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAF96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAF96 is #A35069. Grayscale: #939393. Windows color (decimal): -10702954 or 9875292. OLE color: 9875292.

HSL color Cylindrical-coordinate representation of color #5CAF96: hue angle of 161.93º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CAF96 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB92175150-
CMYK0.4700.140.31
HSL161.93º34.16%52.35%-
HSV(B)161.93º47.43%68.63%-
XYZ25.2535.1434.31-
YUV147.33129.588.53-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.06%
GREEN value IS 175 (68.75% from 255) = 41.97%
BLUE value IS 150 (58.98% from 255) = 35.97%
R=22.06%
G=41.97%
B=35.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal921751500.4700.140.31161.9334.1652.35
Hex5CAF962F0E1Fa22234
Octal13425722657016372424264
Binary10111001010111110010110101111011101111110100010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,175,150); }

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

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

 a { background-color: rgb(92,175,150); }

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

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

 span { border-color: rgb(92,175,150); }

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