#5FAB98

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

Shades of Keppel #5FAB98

Tints of Keppel #5FAB98

Color information

#5FAB98 (or 0x5FAB98) is unknown color: approx Keppel. HEX triplet: 5F, AB and 98. RGB value is (95,171,152). Sum of RGB (Red+Green+Blue) = 95+171+152=418 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.73% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #5FAB98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAB98 is #A05467. Grayscale: #929292. Windows color (decimal): -10507368 or 10005343. OLE color: 10005343.

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

Color convert

RGB95171152-
CMYK0.4400.110.33
HSL165º31.15%52.16%-
HSV(B)165º44.44%67.06%-
XYZ24.9533.8334.92-
YUV146.11131.3291.54-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.73%
GREEN value IS 171 (67.19% from 255) = 40.91%
BLUE value IS 152 (59.77% from 255) = 36.36%
R=22.73%
G=40.91%
B=36.36%

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
Decimal951711520.4400.110.3316531.1552.16
Hex5FAB982C0B21a51f34
Octal13725323054013412453764
Binary10111111010101110011000101100010111000011010010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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