#5FAF8E

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

Shades of Keppel #5FAF8E

Tints of Keppel #5FAF8E

Color information

#5FAF8E (or 0x5FAF8E) is unknown color: approx Keppel. HEX triplet: 5F, AF and 8E. RGB value is (95,175,142). Sum of RGB (Red+Green+Blue) = 95+175+142=412 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.06% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAF8E is #A05071. Grayscale: #939393. Windows color (decimal): -10506354 or 9351007. OLE color: 9351007.

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

Color convert

RGB95175142-
CMYK0.4600.190.31
HSL155.25º33.33%52.94%-
HSV(B)155.25º45.71%68.63%-
XYZ24.9335.0531.04-
YUV147.3212590.68-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.06%
GREEN value IS 175 (68.75% from 255) = 42.48%
BLUE value IS 142 (55.86% from 255) = 34.47%
R=23.06%
G=42.48%
B=34.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951751420.4600.190.31155.2533.3352.94
Hex5FAF8E2E0131F9b2135
Octal13725721656023372334165
Binary101111110101111100011101011100100111111110011011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,175,142); }

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

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

 a { background-color: rgb(95,175,142); }

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

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

 span { border-color: rgb(95,175,142); }

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