#5FAB9E

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

Shades of Keppel #5FAB9E

Tints of Keppel #5FAB9E

Color information

#5FAB9E (or 0x5FAB9E) is unknown color: approx Keppel. HEX triplet: 5F, AB and 9E. RGB value is (95,171,158). Sum of RGB (Red+Green+Blue) = 95+171+158=424 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.41% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 171 - color contains mainly: green. Hex color #5FAB9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAB9E is #A05461. Grayscale: #929292. Windows color (decimal): -10507362 or 10398559. OLE color: 10398559.

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

Color convert

RGB95171158-
CMYK0.4400.080.33
HSL169.74º31.15%52.16%-
HSV(B)169.74º44.44%67.06%-
XYZ25.4534.0337.57-
YUV146.79134.3291.06-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.41%
GREEN value IS 171 (67.19% from 255) = 40.33%
BLUE value IS 158 (62.11% from 255) = 37.26%
R=22.41%
G=40.33%
B=37.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951711580.4400.080.33169.7431.1552.16
Hex5FAB9E2C0821aa1f34
Octal13725323654010412523764
Binary10111111010101110011110101100010001000011010101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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