Html Css Color HEX #51A296 Cadet Blue

📋 copy color: '#51A296'

red 81 ◦ green 162 ◦ blue 150

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

Shades of Cadet Blue #51A296

Tints of Cadet Blue #51A296

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.22%

 BLUE value IS 150 (58.98% from 255) = 38.17%

R = 20.61%
G = 41.22%
B = 38.17%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#51A296 (or 0x51A296) is known color: Cadet Blue. HEX triplet: 51, A2 and 96. RGB value is (81,162,150). Sum of RGB (Red+Green+Blue) = 81+162+150=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 162 - color contains mainly: green. Hex color #51A296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A296 is #AE5D69. Grayscale: #888888. Windows color (decimal): -11427178 or 9871953. OLE color: 9871953.

HSL color Cylindrical-coordinate representation of color #51A296: hue angle of 171.11º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51A296 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 81 162 150 -
CMYK 0.50 0 0.07 0.36
HSL 171.11º 0.33% 0.48% -
HSV(B) 171.11º 0.5% 0.64% -
XYZ 21.82 29.79 33.45 -
YUV 136.41 135.66 88.48 -
System Red Green Blue C M Y K H S L
Decimal 81 162 150 0.50 0 0.07 0.36 171.11 0.33 0.48
Hex 51 A2 96 32 0 7 24 AB 21 30
Octal 121 242 226 62 0 7 44 253 41 60
Binary 1010001 10100010 10010110 110010 0 111 100100 10101011 100001 110000

Color Harmonies of #51A296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A296

Black with #51A296

Text Example


Text Example

White with #51A296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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