Html Css Color HEX #57A4AC Cadet Blue

📋 copy color: '#57A4AC'

red 87 ◦ green 164 ◦ blue 172

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

Shades of Cadet Blue #57A4AC

Tints of Cadet Blue #57A4AC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.77%

 BLUE value IS 172 (67.58% from 255) = 40.66%

R = 20.57%
G = 38.77%
B = 40.66%

CMYK

 C value IS 0.49

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#57A4AC (or 0x57A4AC) is known color: Cadet Blue. HEX triplet: 57, A4 and AC. RGB value is (87,164,172). Sum of RGB (Red+Green+Blue) = 87+164+172=423 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.57% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #57A4AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A4AC is #A85B53. Grayscale: #8D8D8D. Windows color (decimal): -11033428 or 11314263. OLE color: 11314263.

HSL color Cylindrical-coordinate representation of color #57A4AC: hue angle of 185.65º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57A4AC is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 164 172 -
CMYK 0.49 0.05 0 0.33
HSL 185.65º 0.34% 0.51% -
HSV(B) 185.65º 0.49% 0.67% -
XYZ 24.65 31.56 43.82 -
YUV 141.89 144.99 88.85 -
System Red Green Blue C M Y K H S L
Decimal 87 164 172 0.49 0.05 0 0.33 185.65 0.34 0.51
Hex 57 A4 AC 31 5 0 21 BA 22 33
Octal 127 244 254 61 5 0 41 272 42 63
Binary 1010111 10100100 10101100 110001 101 0 100001 10111010 100010 110011

Color Harmonies of #57A4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A4AC

Black with #57A4AC

Text Example


Text Example

White with #57A4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,164,172); }

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

background-color css

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

 a { background-color: rgb(87,164,172); }

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

border-color css

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

 span { border-color: rgb(87,164,172); }

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