#5FAA98

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

Shades of Keppel #5FAA98

Tints of Keppel #5FAA98

Color information

#5FAA98 (or 0x5FAA98) is unknown color: approx Keppel. HEX triplet: 5F, AA and 98. RGB value is (95,170,152). Sum of RGB (Red+Green+Blue) = 95+170+152=417 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.78% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAA98 is #A05567. Grayscale: #919191. Windows color (decimal): -10507624 or 10005087. OLE color: 10005087.

HSL color Cylindrical-coordinate representation of color #5FAA98: hue angle of 165.6º 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 #5FAA98 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB95170152-
CMYK0.4400.110.33
HSL165.6º30.61%51.96%-
HSV(B)165.6º44.12%66.67%-
XYZ24.7633.4534.86-
YUV145.52131.6591.96-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.78%
GREEN value IS 170 (66.80% from 255) = 40.77%
BLUE value IS 152 (59.77% from 255) = 36.45%
R=22.78%
G=40.77%
B=36.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951701520.4400.110.33165.630.6151.96
Hex5FAA982C0B21a61f34
Octal13725223054013412463764
Binary10111111010101010011000101100010111000011010011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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