#5CA68E

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

Shades of Keppel #5CA68E

Tints of Keppel #5CA68E

Color information

#5CA68E (or 0x5CA68E) is unknown color: approx Keppel. HEX triplet: 5C, A6 and 8E. RGB value is (92,166,142). Sum of RGB (Red+Green+Blue) = 92+166+142=400 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 166 - color contains mainly: green. Hex color #5CA68E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA68E is #A35971. Grayscale: #8D8D8D. Windows color (decimal): -10705266 or 9348700. OLE color: 9348700.

HSL color Cylindrical-coordinate representation of color #5CA68E: hue angle of 160.54º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5CA68E is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB92166142-
CMYK0.4500.140.35
HSL160.54º29.37%50.59%-
HSV(B)160.54º44.58%65.1%-
XYZ22.9331.530.46-
YUV141.14128.4892.95-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23%
GREEN value IS 166 (65.23% from 255) = 41.5%
BLUE value IS 142 (55.86% from 255) = 35.5%
R=23%
G=41.5%
B=35.5%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal921661420.4500.140.35160.5429.3750.59
Hex5CA68E2D0E23a11d33
Octal13424621655016432413563
Binary10111001010011010001110101101011101000111010000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,166,142); }

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

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

 a { background-color: rgb(92,166,142); }

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

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

 span { border-color: rgb(92,166,142); }

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