#5FB8A0

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

Shades of Keppel #5FB8A0

Tints of Keppel #5FB8A0

Color information

#5FB8A0 (or 0x5FB8A0) is unknown color: approx Keppel. HEX triplet: 5F, B8 and A0. RGB value is (95,184,160). Sum of RGB (Red+Green+Blue) = 95+184+160=439 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.64% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 184 - color contains mainly: green. Hex color #5FB8A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB8A0 is #A0475F. Grayscale: #9A9A9A. Windows color (decimal): -10504032 or 10532959. OLE color: 10532959.

HSL color Cylindrical-coordinate representation of color #5FB8A0: hue angle of 163.82º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB8A0 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB95184160-
CMYK0.4800.130.28
HSL163.82º38.53%54.71%-
HSV(B)163.82º48.37%72.16%-
XYZ28.239.2539.35-
YUV154.65131.0185.45-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.64%
GREEN value IS 184 (72.27% from 255) = 41.91%
BLUE value IS 160 (62.89% from 255) = 36.45%
R=21.64%
G=41.91%
B=36.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal951841600.4800.130.28163.8238.5354.71
Hex5FB8A0300D1Ca42737
Octal13727024060015342444767
Binary10111111011100010100000110000011011110010100100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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