#5FA697

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

Shades of Keppel #5FA697

Tints of Keppel #5FA697

Color information

#5FA697 (or 0x5FA697) is unknown color: approx Keppel. HEX triplet: 5F, A6 and 97. RGB value is (95,166,151). Sum of RGB (Red+Green+Blue) = 95+166+151=412 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.06% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA697 is #A05968. Grayscale: #8F8F8F. Windows color (decimal): -10508649 or 9938527. OLE color: 9938527.

HSL color Cylindrical-coordinate representation of color #5FA697: hue angle of 167.32º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA697 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB95166151-
CMYK0.4300.090.35
HSL167.32º28.51%51.18%-
HSV(B)167.32º42.77%65.1%-
XYZ23.9431.9434.18-
YUV143.06132.4893.72-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.06%
GREEN value IS 166 (65.23% from 255) = 40.29%
BLUE value IS 151 (59.38% from 255) = 36.65%
R=23.06%
G=40.29%
B=36.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal951661510.4300.090.35167.3228.5151.18
Hex5FA6972B0923a71d33
Octal13724622753011432473563
Binary10111111010011010010111101011010011000111010011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,166,151); }

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

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

 a { background-color: rgb(95,166,151); }

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

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

 span { border-color: rgb(95,166,151); }

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