#5CB39D

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

Shades of Keppel #5CB39D

Tints of Keppel #5CB39D

Color information

#5CB39D (or 0x5CB39D) is unknown color: approx Keppel. HEX triplet: 5C, B3 and 9D. RGB value is (92,179,157). Sum of RGB (Red+Green+Blue) = 92+179+157=428 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.50% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 179 - color contains mainly: green. Hex color #5CB39D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB39D is #A34C62. Grayscale: #969696. Windows color (decimal): -10701923 or 10335068. OLE color: 10335068.

HSL color Cylindrical-coordinate representation of color #5CB39D: hue angle of 164.83º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CB39D is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB92179157-
CMYK0.4900.120.30
HSL164.83º36.4%53.14%-
HSV(B)164.83º48.6%70.2%-
XYZ26.6236.9537.63-
YUV150.48131.6886.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.50%
GREEN value IS 179 (70.31% from 255) = 41.82%
BLUE value IS 157 (61.72% from 255) = 36.68%
R=21.50%
G=41.82%
B=36.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal921791570.4900.120.30164.8336.453.14
Hex5CB39D310C1Ea52435
Octal13426323561014362454465
Binary10111001011001110011101110001011001111010100101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,179,157); }

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

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

 a { background-color: rgb(92,179,157); }

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

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

 span { border-color: rgb(92,179,157); }

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