#57A696

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

Shades of Keppel #57A696

Tints of Keppel #57A696

Color information

#57A696 (or 0x57A696) is unknown color: approx Keppel. HEX triplet: 57, A6 and 96. RGB value is (87,166,150). Sum of RGB (Red+Green+Blue) = 87+166+150=403 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.59% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 166 - color contains mainly: green. Hex color #57A696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A696 is #A85969. Grayscale: #8C8C8C. Windows color (decimal): -11032938 or 9872983. OLE color: 9872983.

HSL color Cylindrical-coordinate representation of color #57A696: hue angle of 167.85º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57A696 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB87166150-
CMYK0.4800.100.35
HSL167.85º31.23%49.61%-
HSV(B)167.85º47.59%65.1%-
XYZ23.0731.533.72-
YUV140.55133.3389.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.59%
GREEN value IS 166 (65.23% from 255) = 41.19%
BLUE value IS 150 (58.98% from 255) = 37.22%
R=21.59%
G=41.19%
B=37.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal871661500.4800.100.35167.8531.2349.61
Hex57A696300A23a81f32
Octal12724622660012432503762
Binary10101111010011010010110110000010101000111010100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57A696; }

 p { color: rgb(87,166,150); }

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

<style>
 a { background-color: #57A696; }

 a { background-color: rgb(87,166,150); }

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

<style>
 span { border-color: #57A696; }

 span { border-color: rgb(87,166,150); }

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