#5faf9d

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

Shades of Keppel #5FAF9D

Tints of Keppel #5FAF9D

Color information

#5FAF9D (or 0x5FAF9D) is unknown color: approx Keppel. HEX triplet: 5F, AF and 9D. RGB value is (95,175,157). Sum of RGB (Red+Green+Blue) = 95+175+157=427 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.25% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAF9D is #A05062. Grayscale: #959595. Windows color (decimal): -10506339 or 10334047. OLE color: 10334047.

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

Color convert

RGB95175157-
CMYK0.4600.100.31
HSL166.5º33.33%52.94%-
HSV(B)166.5º45.71%68.63%-
XYZ26.1435.5337.38-
YUV149.03132.589.46-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.25%
GREEN value IS 175 (68.75% from 255) = 40.98%
BLUE value IS 157 (61.72% from 255) = 36.77%
R=22.25%
G=40.98%
B=36.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951751570.4600.100.31166.533.3352.94
Hex5FAF9D2E0A1Fa62135
Octal13725723556012372464165
Binary10111111010111110011101101110010101111110100110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5faf9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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