#5CAB9F

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

Shades of Keppel #5CAB9F

Tints of Keppel #5CAB9F

Color information

#5CAB9F (or 0x5CAB9F) is unknown color: approx Keppel. HEX triplet: 5C, AB and 9F. RGB value is (92,171,159). Sum of RGB (Red+Green+Blue) = 92+171+159=422 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.80% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #5CAB9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAB9F is #A35460. Grayscale: #919191. Windows color (decimal): -10703969 or 10464092. OLE color: 10464092.

HSL color Cylindrical-coordinate representation of color #5CAB9F: hue angle of 170.89º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5CAB9F is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB92171159-
CMYK0.4600.070.33
HSL170.89º31.98%51.57%-
HSV(B)170.89º46.2%67.06%-
XYZ25.2333.938.02-
YUV146.01135.3389.48-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.80%
GREEN value IS 171 (67.19% from 255) = 40.52%
BLUE value IS 159 (62.5% from 255) = 37.68%
R=21.80%
G=40.52%
B=37.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921711590.4600.070.33170.8931.9851.57
Hex5CAB9F2E0721ab2034
Octal1342532375607412534064
Binary10111001010101110011111101110011110000110101011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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