#57A29B

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

Shades of Cadet Blue #57A29B

Tints of Cadet Blue #57A29B

Color information

#57A29B (or 0x57A29B) is unknown color: approx Cadet Blue. HEX triplet: 57, A2 and 9B. RGB value is (87,162,155). Sum of RGB (Red+Green+Blue) = 87+162+155=404 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.53% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 162 - color contains mainly: green. Hex color #57A29B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A29B is #A85D64. Grayscale: #8A8A8A. Windows color (decimal): -11033957 or 10199639. OLE color: 10199639.

HSL color Cylindrical-coordinate representation of color #57A29B: hue angle of 174.4º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57A29B is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB87162155-
CMYK0.4600.040.36
HSL174.4º30.12%48.82%-
HSV(B)174.4º46.3%63.53%-
XYZ22.7730.2335.65-
YUV138.78137.1591.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.53%
GREEN value IS 162 (63.67% from 255) = 40.10%
BLUE value IS 155 (60.94% from 255) = 38.37%
R=21.53%
G=40.10%
B=38.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal871621550.4600.040.36174.430.1248.82
Hex57A29B2E0424ae1e31
Octal1272422335604442563661
Binary1010111101000101001101110111001001001001010111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,162,155); }

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

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

 a { background-color: rgb(87,162,155); }

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

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

 span { border-color: rgb(87,162,155); }

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