#5FAE94

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

Shades of Keppel #5FAE94

Tints of Keppel #5FAE94

Color information

#5FAE94 (or 0x5FAE94) is unknown color: approx Keppel. HEX triplet: 5F, AE and 94. RGB value is (95,174,148). Sum of RGB (Red+Green+Blue) = 95+174+148=417 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.78% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAE94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAE94 is #A0516B. Grayscale: #939393. Windows color (decimal): -10506604 or 9743967. OLE color: 9743967.

HSL color Cylindrical-coordinate representation of color #5FAE94: hue angle of 160.25º degrees, saturation: 0.33, 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 #5FAE94 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB95174148-
CMYK0.4500.150.32
HSL160.25º32.78%52.75%-
HSV(B)160.25º45.4%68.24%-
XYZ25.234.8433.41-
YUV147.41128.3390.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.78%
GREEN value IS 174 (68.36% from 255) = 41.73%
BLUE value IS 148 (58.20% from 255) = 35.49%
R=22.78%
G=41.73%
B=35.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951741480.4500.150.32160.2532.7852.75
Hex5FAE942D0F20a02135
Octal13725622455017402404165
Binary101111110101110100101001011010111110000010100000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,174,148); }

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

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

 a { background-color: rgb(95,174,148); }

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

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

 span { border-color: rgb(95,174,148); }

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