Html Css Color HEX #57A396 Cadet Blue

📋 copy color: '#57A396'

red 87 ◦ green 163 ◦ blue 150

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

Shades of Cadet Blue #57A396

Tints of Cadet Blue #57A396

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.75%

 BLUE value IS 150 (58.98% from 255) = 37.5%

R = 21.75%
G = 40.75%
B = 37.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#57A396 (or 0x57A396) is known color: Cadet Blue. HEX triplet: 57, A3 and 96. RGB value is (87,163,150). Sum of RGB (Red+Green+Blue) = 87+163+150=400 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.75% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 163 - color contains mainly: green. Hex color #57A396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A396 is #A85C69. Grayscale: #8A8A8A. Windows color (decimal): -11033706 or 9872215. OLE color: 9872215.

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

Color convert

RGB 87 163 150 -
CMYK 0.47 0 0.08 0.36
HSL 169.74º 0.3% 0.49% -
HSV(B) 169.74º 0.47% 0.64% -
XYZ 22.53 30.42 33.54 -
YUV 138.79 134.32 91.06 -
System Red Green Blue C M Y K H S L
Decimal 87 163 150 0.47 0 0.08 0.36 169.74 0.3 0.49
Hex 57 A3 96 2F 0 8 24 AA 1E 31
Octal 127 243 226 57 0 10 44 252 36 61
Binary 1010111 10100011 10010110 101111 0 1000 100100 10101010 11110 110001

Color Harmonies of #57A396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A396

Black with #57A396

Text Example


Text Example

White with #57A396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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