#5CA88F

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

Shades of Keppel #5CA88F

Tints of Keppel #5CA88F

Color information

#5CA88F (or 0x5CA88F) is unknown color: approx Keppel. HEX triplet: 5C, A8 and 8F. RGB value is (92,168,143). Sum of RGB (Red+Green+Blue) = 92+168+143=403 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.83% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 168 - color contains mainly: green. Hex color #5CA88F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA88F is #A35770. Grayscale: #8E8E8E. Windows color (decimal): -10704753 or 9414748. OLE color: 9414748.

HSL color Cylindrical-coordinate representation of color #5CA88F: hue angle of 160.26º 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 #5CA88F is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB92168143-
CMYK0.4500.150.34
HSL160.26º30.4%50.98%-
HSV(B)160.26º45.24%65.88%-
XYZ23.3732.2630.98-
YUV142.43128.3292.03-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.83%
GREEN value IS 168 (66.02% from 255) = 41.69%
BLUE value IS 143 (56.25% from 255) = 35.48%
R=22.83%
G=41.69%
B=35.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal921681430.4500.150.34160.2630.450.98
Hex5CA88F2D0F22a01e33
Octal13425021755017422403663
Binary10111001010100010001111101101011111000101010000011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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