#5CAF99

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

Shades of Keppel #5CAF99

Tints of Keppel #5CAF99

Color information

#5CAF99 (or 0x5CAF99) is unknown color: approx Keppel. HEX triplet: 5C, AF and 99. RGB value is (92,175,153). Sum of RGB (Red+Green+Blue) = 92+175+153=420 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.90% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAF99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAF99 is #A35066. Grayscale: #939393. Windows color (decimal): -10702951 or 10071900. OLE color: 10071900.

HSL color Cylindrical-coordinate representation of color #5CAF99: hue angle of 164.1º 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 #5CAF99 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB92175153-
CMYK0.4700.130.31
HSL164.1º34.16%52.35%-
HSV(B)164.1º47.43%68.63%-
XYZ25.4935.2435.59-
YUV147.6813188.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.90%
GREEN value IS 175 (68.75% from 255) = 41.67%
BLUE value IS 153 (60.16% from 255) = 36.43%
R=21.90%
G=41.67%
B=36.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal921751530.4700.130.31164.134.1652.35
Hex5CAF992F0D1Fa42234
Octal13425723157015372444264
Binary10111001010111110011001101111011011111110100100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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