Html Css Color HEX #51ABAA Cadet Blue

📋 copy color: '#51ABAA'

red 81 ◦ green 171 ◦ blue 170

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

Shades of Cadet Blue #51ABAA

Tints of Cadet Blue #51ABAA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.52%

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

R = 19.19%
G = 40.52%
B = 40.28%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#51ABAA (or 0x51ABAA) is known color: Cadet Blue. HEX triplet: 51, AB and AA. RGB value is (81,171,170). Sum of RGB (Red+Green+Blue) = 81+171+170=422 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.19% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #51ABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51ABAA is #AE5455. Grayscale: #8F8F8F. Windows color (decimal): -11424854 or 11184977. OLE color: 11184977.

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

Color convert

RGB 81 171 170 -
CMYK 0.53 0 0.01 0.33
HSL 179.33º 0.36% 0.49% -
HSV(B) 179.33º 0.53% 0.67% -
XYZ 25.21 33.78 43.22 -
YUV 143.98 142.68 83.08 -
System Red Green Blue C M Y K H S L
Decimal 81 171 170 0.53 0 0.01 0.33 179.33 0.36 0.49
Hex 51 AB AA 35 0 1 21 B3 24 31
Octal 121 253 252 65 0 1 41 263 44 61
Binary 1010001 10101011 10101010 110101 0 1 100001 10110011 100100 110001

Color Harmonies of #51ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ABAA

Black with #51ABAA

Text Example


Text Example

White with #51ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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