Html Css Color HEX #51AAA2 Cadet Blue

📋 copy color: '#51AAA2'

red 81 ◦ green 170 ◦ blue 162

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

Shades of Cadet Blue #51AAA2

Tints of Cadet Blue #51AAA2

RGB

 RED value IS 81 (32.03% from 255) = 19.61%

 GREEN value IS 170 (66.8% from 255) = 41.16%

 BLUE value IS 162 (63.67% from 255) = 39.23%

R = 19.61%
G = 41.16%
B = 39.23%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#51AAA2 (or 0x51AAA2) is known color: Cadet Blue. HEX triplet: 51, AA and A2. RGB value is (81,170,162). Sum of RGB (Red+Green+Blue) = 81+170+162=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 162 (63.67% from 255 or 39.23% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #51AAA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AAA2 is #AE555D. Grayscale: #8E8E8E. Windows color (decimal): -11425118 or 10660433. OLE color: 10660433.

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

Color convert

RGB 81 170 162 -
CMYK 0.52 0 0.05 0.33
HSL 174.61º 0.35% 0.49% -
HSV(B) 174.61º 0.52% 0.67% -
XYZ 24.29 33.11 39.29 -
YUV 142.48 139.01 84.15 -
System Red Green Blue C M Y K H S L
Decimal 81 170 162 0.52 0 0.05 0.33 174.61 0.35 0.49
Hex 51 AA A2 34 0 5 21 AF 23 31
Octal 121 252 242 64 0 5 41 257 43 61
Binary 1010001 10101010 10100010 110100 0 101 100001 10101111 100011 110001

Color Harmonies of #51AAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51AAA2

Black with #51AAA2

Text Example


Text Example

White with #51AAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51AAA2; }

 p { color: rgb(81,170,162); }

 H1.HeaderClassName
 {
   color: #51AAA2;
 }
 .AnyTagClassName
 {
   color: #51AAA2;
 }
</style>

background-color css

<style>
 a { background-color: #51AAA2; }

 a { background-color: rgb(81,170,162); }

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

border-color css

<style>
 span { border-color: #51AAA2; }

 span { border-color: rgb(81,170,162); }

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