#5FAA9B

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

Shades of Keppel #5FAA9B

Tints of Keppel #5FAA9B

Color information

#5FAA9B (or 0x5FAA9B) is unknown color: approx Keppel. HEX triplet: 5F, AA and 9B. RGB value is (95,170,155). Sum of RGB (Red+Green+Blue) = 95+170+155=420 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.62% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAA9B is #A05564. Grayscale: #919191. Windows color (decimal): -10507621 or 10201695. OLE color: 10201695.

HSL color Cylindrical-coordinate representation of color #5FAA9B: hue angle of 168º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FAA9B is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB95170155-
CMYK0.4400.090.33
HSL168º30.61%51.96%-
HSV(B)168º44.12%66.67%-
XYZ25.0133.5536.17-
YUV145.86133.1591.72-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.62%
GREEN value IS 170 (66.80% from 255) = 40.48%
BLUE value IS 155 (60.94% from 255) = 36.90%
R=22.62%
G=40.48%
B=36.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951701550.4400.090.3316830.6151.96
Hex5FAA9B2C0921a81f34
Octal13725223354011412503764
Binary10111111010101010011011101100010011000011010100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,170,155); }

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

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

 a { background-color: rgb(95,170,155); }

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

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

 span { border-color: rgb(95,170,155); }

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