#5FAF9F

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

Shades of Keppel #5FAF9F

Tints of Keppel #5FAF9F

Color information

#5FAF9F (or 0x5FAF9F) is unknown color: approx Keppel. HEX triplet: 5F, AF and 9F. RGB value is (95,175,159). Sum of RGB (Red+Green+Blue) = 95+175+159=429 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.14% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAF9F is #A05060. Grayscale: #959595. Windows color (decimal): -10506337 or 10465119. OLE color: 10465119.

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

Color convert

RGB95175159-
CMYK0.4600.090.31
HSL168º33.33%52.94%-
HSV(B)168º45.71%68.63%-
XYZ26.3135.638.29-
YUV149.26133.589.3-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.14%
GREEN value IS 175 (68.75% from 255) = 40.79%
BLUE value IS 159 (62.5% from 255) = 37.06%
R=22.14%
G=40.79%
B=37.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951751590.4600.090.3116833.3352.94
Hex5FAF9F2E091Fa82135
Octal13725723756011372504165
Binary10111111010111110011111101110010011111110101000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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