Html Css Color HEX #57A29B Cadet Blue

📋 copy color: '#57A29B'

red 87 ◦ green 162 ◦ blue 155

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

Shades of Cadet Blue #57A29B

Tints of Cadet Blue #57A29B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.1%

 BLUE value IS 155 (60.94% from 255) = 38.37%

R = 21.53%
G = 40.1%
B = 38.37%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#57A29B (or 0x57A29B) is known color: 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

RGB 87 162 155 -
CMYK 0.46 0 0.04 0.36
HSL 174.4º 0.3% 0.49% -
HSV(B) 174.4º 0.46% 0.64% -
XYZ 22.77 30.23 35.65 -
YUV 138.78 137.15 91.07 -
System Red Green Blue C M Y K H S L
Decimal 87 162 155 0.46 0 0.04 0.36 174.4 0.3 0.49
Hex 57 A2 9B 2E 0 4 24 AE 1E 31
Octal 127 242 233 56 0 4 44 256 36 61
Binary 1010111 10100010 10011011 101110 0 100 100100 10101110 11110 110001

Color Harmonies of #57A29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A29B

Black with #57A29B

Text Example


Text Example

White with #57A29B

Text Example


Text Example

HTML Codes & Css Web 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>