Html Css Color HEX #51A8AB Cadet Blue

📋 copy color: '#51A8AB'

red 81 ◦ green 168 ◦ blue 171

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

Shades of Cadet Blue #51A8AB

Tints of Cadet Blue #51A8AB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40%

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

R = 19.29%
G = 40%
B = 40.71%

CMYK

 C value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#51A8AB (or 0x51A8AB) is known color: Cadet Blue. HEX triplet: 51, A8 and AB. RGB value is (81,168,171). Sum of RGB (Red+Green+Blue) = 81+168+171=420 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.29% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #51A8AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A8AB is #AE5754. Grayscale: #8E8E8E. Windows color (decimal): -11425621 or 11249745. OLE color: 11249745.

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

Color convert

RGB 81 168 171 -
CMYK 0.53 0.02 0 0.33
HSL 182º 0.36% 0.49% -
HSV(B) 182º 0.53% 0.67% -
XYZ 24.75 32.69 43.53 -
YUV 142.33 144.18 84.26 -
System Red Green Blue C M Y K H S L
Decimal 81 168 171 0.53 0.02 0 0.33 182 0.36 0.49
Hex 51 A8 AB 35 2 0 21 B6 24 31
Octal 121 250 253 65 2 0 41 266 44 61
Binary 1010001 10101000 10101011 110101 10 0 100001 10110110 100100 110001

Color Harmonies of #51A8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A8AB

Black with #51A8AB

Text Example


Text Example

White with #51A8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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