#5CB19F

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

Shades of Keppel #5CB19F

Tints of Keppel #5CB19F

Color information

#5CB19F (or 0x5CB19F) is unknown color: approx Keppel. HEX triplet: 5C, B1 and 9F. RGB value is (92,177,159). Sum of RGB (Red+Green+Blue) = 92+177+159=428 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.50% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 177 - color contains mainly: green. Hex color #5CB19F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CB19F is #A34E60. Grayscale: #959595. Windows color (decimal): -10702433 or 10465628. OLE color: 10465628.

HSL color Cylindrical-coordinate representation of color #5CB19F: hue angle of 167.29º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5CB19F is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB92177159-
CMYK0.4800.100.31
HSL167.29º35.27%52.75%-
HSV(B)167.29º48.02%69.41%-
XYZ26.3936.2238.4-
YUV149.53133.3486.96-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.50%
GREEN value IS 177 (69.53% from 255) = 41.36%
BLUE value IS 159 (62.5% from 255) = 37.15%
R=21.50%
G=41.36%
B=37.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal921771590.4800.100.31167.2935.2752.75
Hex5CB19F300A1Fa72335
Octal13426123760012372474365
Binary10111001011000110011111110000010101111110100111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,177,159); }

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

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

 a { background-color: rgb(92,177,159); }

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

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

 span { border-color: rgb(92,177,159); }

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