Html Css Color HEX #51A9AA Cadet Blue

📋 copy color: '#51A9AA'

red 81 ◦ green 169 ◦ blue 170

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

Shades of Cadet Blue #51A9AA

Tints of Cadet Blue #51A9AA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.24%

 BLUE value IS 170 (66.8% from 255) = 40.48%

R = 19.29%
G = 40.24%
B = 40.48%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#51A9AA (or 0x51A9AA) is known color: Cadet Blue. HEX triplet: 51, A9 and AA. RGB value is (81,169,170). Sum of RGB (Red+Green+Blue) = 81+169+170=420 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.29% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #51A9AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A9AA is #AE5655. Grayscale: #8E8E8E. Windows color (decimal): -11425366 or 11184465. OLE color: 11184465.

HSL color Cylindrical-coordinate representation of color #51A9AA: hue angle of 180.67º 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 #51A9AA is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 169 170 -
CMYK 0.52 0.01 0 0.33
HSL 180.67º 0.35% 0.49% -
HSV(B) 180.67º 0.52% 0.67% -
XYZ 24.84 33.03 43.1 -
YUV 142.8 143.35 83.92 -
System Red Green Blue C M Y K H S L
Decimal 81 169 170 0.52 0.01 0 0.33 180.67 0.35 0.49
Hex 51 A9 AA 34 1 0 21 B5 23 31
Octal 121 251 252 64 1 0 41 265 43 61
Binary 1010001 10101001 10101010 110100 1 0 100001 10110101 100011 110001

Color Harmonies of #51A9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A9AA

Black with #51A9AA

Text Example


Text Example

White with #51A9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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