#5FB9A0

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

Shades of Keppel #5FB9A0

Tints of Keppel #5FB9A0

Color information

#5FB9A0 (or 0x5FB9A0) is unknown color: approx Keppel. HEX triplet: 5F, B9 and A0. RGB value is (95,185,160). Sum of RGB (Red+Green+Blue) = 95+185+160=440 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.59% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 185 - color contains mainly: green. Hex color #5FB9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB9A0 is #A0465F. Grayscale: #9B9B9B. Windows color (decimal): -10503776 or 10533215. OLE color: 10533215.

HSL color Cylindrical-coordinate representation of color #5FB9A0: hue angle of 163.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FB9A0 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB95185160-
CMYK0.4900.140.27
HSL163.33º39.13%54.9%-
HSV(B)163.33º48.65%72.55%-
XYZ28.4139.6739.42-
YUV155.24130.6885.03-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.59%
GREEN value IS 185 (72.66% from 255) = 42.05%
BLUE value IS 160 (62.89% from 255) = 36.36%
R=21.59%
G=42.05%
B=36.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal951851600.4900.140.27163.3339.1354.9
Hex5FB9A0310E1Ba32737
Octal13727124061016332434767
Binary10111111011100110100000110001011101101110100011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,185,160); }

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

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

 a { background-color: rgb(95,185,160); }

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

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

 span { border-color: rgb(95,185,160); }

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