Html Css Color HEX #57A6A0 Cadet Blue

📋 copy color: '#57A6A0'

red 87 ◦ green 166 ◦ blue 160

#57A6A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #57A6A0

Tints of Cadet Blue #57A6A0

RGB

 RED value IS 87 (34.38% from 255) = 21.07%

 GREEN value IS 166 (65.23% from 255) = 40.19%

 BLUE value IS 160 (62.89% from 255) = 38.74%

R = 21.07%
G = 40.19%
B = 38.74%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#57A6A0 (or 0x57A6A0) is known color: Cadet Blue. HEX triplet: 57, A6 and A0. RGB value is (87,166,160). Sum of RGB (Red+Green+Blue) = 87+166+160=413 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.07% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 166 - color contains mainly: green. Hex color #57A6A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A6A0 is #A8595F. Grayscale: #8D8D8D. Windows color (decimal): -11032928 or 10528343. OLE color: 10528343.

HSL color Cylindrical-coordinate representation of color #57A6A0: hue angle of 175.44º 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 #57A6A0 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 87 166 160 -
CMYK 0.48 0 0.04 0.35
HSL 175.44º 0.31% 0.5% -
HSV(B) 175.44º 0.48% 0.65% -
XYZ 23.91 31.84 38.14 -
YUV 141.7 138.33 88.99 -
System Red Green Blue C M Y K H S L
Decimal 87 166 160 0.48 0 0.04 0.35 175.44 0.31 0.5
Hex 57 A6 A0 30 0 4 23 AF 1F 32
Octal 127 246 240 60 0 4 43 257 37 62
Binary 1010111 10100110 10100000 110000 0 100 100011 10101111 11111 110010

Color Harmonies of #57A6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A6A0

Black with #57A6A0

Text Example


Text Example

White with #57A6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57A6A0;
 }
 .AnyTagClassName
 {
   color: #57A6A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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