#5FAD8E

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

Shades of Keppel #5FAD8E

Tints of Keppel #5FAD8E

Color information

#5FAD8E (or 0x5FAD8E) is unknown color: approx Keppel. HEX triplet: 5F, AD and 8E. RGB value is (95,173,142). Sum of RGB (Red+Green+Blue) = 95+173+142=410 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.17% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAD8E is #A05271. Grayscale: #929292. Windows color (decimal): -10506866 or 9350495. OLE color: 9350495.

HSL color Cylindrical-coordinate representation of color #5FAD8E: hue angle of 156.15º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAD8E is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB95173142-
CMYK0.4500.180.32
HSL156.15º32.23%52.55%-
HSV(B)156.15º45.09%67.84%-
XYZ24.5534.2730.91-
YUV146.14125.6691.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.17%
GREEN value IS 173 (67.97% from 255) = 42.20%
BLUE value IS 142 (55.86% from 255) = 34.63%
R=23.17%
G=42.20%
B=34.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951731420.4500.180.32156.1532.2352.55
Hex5FAD8E2D012209c2035
Octal13725521655022402344065
Binary1011111101011011000111010110101001010000010011100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,173,142); }

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

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

 a { background-color: rgb(95,173,142); }

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

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

 span { border-color: rgb(95,173,142); }

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