#5FB89E

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

Shades of Keppel #5FB89E

Tints of Keppel #5FB89E

Color information

#5FB89E (or 0x5FB89E) is unknown color: approx Keppel. HEX triplet: 5F, B8 and 9E. RGB value is (95,184,158). Sum of RGB (Red+Green+Blue) = 95+184+158=437 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.74% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 184 - color contains mainly: green. Hex color #5FB89E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB89E is #A04761. Grayscale: #9A9A9A. Windows color (decimal): -10504034 or 10401887. OLE color: 10401887.

HSL color Cylindrical-coordinate representation of color #5FB89E: hue angle of 162.47º 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 #5FB89E is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB95184158-
CMYK0.4800.140.28
HSL162.47º38.53%54.71%-
HSV(B)162.47º48.37%72.16%-
XYZ28.0339.1838.43-
YUV154.42130.0185.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.74%
GREEN value IS 184 (72.27% from 255) = 42.11%
BLUE value IS 158 (62.11% from 255) = 36.16%
R=21.74%
G=42.11%
B=36.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal951841580.4800.140.28162.4738.5354.71
Hex5FB89E300E1Ca22737
Octal13727023660016342424767
Binary10111111011100010011110110000011101110010100010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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