Html Css Color HEX #51A0AB Cadet Blue

📋 copy color: '#51A0AB'

red 81 ◦ green 160 ◦ blue 171

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

Shades of Cadet Blue #51A0AB

Tints of Cadet Blue #51A0AB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.83%

 BLUE value IS 171 (67.19% from 255) = 41.5%

R = 19.66%
G = 38.83%
B = 41.5%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#51A0AB (or 0x51A0AB) is known color: Cadet Blue. HEX triplet: 51, A0 and AB. RGB value is (81,160,171). Sum of RGB (Red+Green+Blue) = 81+160+171=412 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.66% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #51A0AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A0AB is #AE5F54. Grayscale: #898989. Windows color (decimal): -11427669 or 11247697. OLE color: 11247697.

HSL color Cylindrical-coordinate representation of color #51A0AB: hue angle of 187.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 #51A0AB is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 160 171 -
CMYK 0.53 0.06 0 0.33
HSL 187.33º 0.36% 0.49% -
HSV(B) 187.33º 0.53% 0.67% -
XYZ 23.31 29.83 43.06 -
YUV 137.63 146.83 87.61 -
System Red Green Blue C M Y K H S L
Decimal 81 160 171 0.53 0.06 0 0.33 187.33 0.36 0.49
Hex 51 A0 AB 35 6 0 21 BB 24 31
Octal 121 240 253 65 6 0 41 273 44 61
Binary 1010001 10100000 10101011 110101 110 0 100001 10111011 100100 110001

Color Harmonies of #51A0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A0AB

Black with #51A0AB

Text Example


Text Example

White with #51A0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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