#5CA88B

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

Shades of Keppel #5CA88B

Tints of Keppel #5CA88B

Color information

#5CA88B (or 0x5CA88B) is unknown color: approx Keppel. HEX triplet: 5C, A8 and 8B. RGB value is (92,168,139). Sum of RGB (Red+Green+Blue) = 92+168+139=399 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.06% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 168 - color contains mainly: green. Hex color #5CA88B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA88B is #A35774. Grayscale: #8E8E8E. Windows color (decimal): -10704757 or 9152604. OLE color: 9152604.

HSL color Cylindrical-coordinate representation of color #5CA88B: hue angle of 157.11º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5CA88B is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB92168139-
CMYK0.4500.170.34
HSL157.11º30.4%50.98%-
HSV(B)157.11º45.24%65.88%-
XYZ23.0832.1429.41-
YUV141.97126.3292.36-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.06%
GREEN value IS 168 (66.02% from 255) = 42.11%
BLUE value IS 139 (54.69% from 255) = 34.84%
R=23.06%
G=42.11%
B=34.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal921681390.4500.170.34157.1130.450.98
Hex5CA88B2D011229d1e33
Octal13425021355021422353663
Binary101110010101000100010111011010100011000101001110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,168,139); }

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

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

 a { background-color: rgb(92,168,139); }

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

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

 span { border-color: rgb(92,168,139); }

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