#5FAF96

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

Shades of Keppel #5FAF96

Tints of Keppel #5FAF96

Color information

#5FAF96 (or 0x5FAF96) is unknown color: approx Keppel. HEX triplet: 5F, AF and 96. RGB value is (95,175,150). Sum of RGB (Red+Green+Blue) = 95+175+150=420 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.62% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAF96 is #A05069. Grayscale: #949494. Windows color (decimal): -10506346 or 9875295. OLE color: 9875295.

HSL color Cylindrical-coordinate representation of color #5FAF96: hue angle of 161.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 #5FAF96 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB95175150-
CMYK0.4600.140.31
HSL161.25º33.33%52.94%-
HSV(B)161.25º45.71%68.63%-
XYZ25.5535.2934.32-
YUV148.2312990.03-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.62%
GREEN value IS 175 (68.75% from 255) = 41.67%
BLUE value IS 150 (58.98% from 255) = 35.71%
R=22.62%
G=41.67%
B=35.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951751500.4600.140.31161.2533.3352.94
Hex5FAF962E0E1Fa12135
Octal13725722656016372414165
Binary10111111010111110010110101110011101111110100001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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