#51A29A

Color #51A29A Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #51A29A

Tints of Cadet Blue #51A29A

Color information

#51A29A (or 0x51A29A) is unknown color: approx Cadet Blue. HEX triplet: 51, A2 and 9A. RGB value is (81,162,154). Sum of RGB (Red+Green+Blue) = 81+162+154=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 162 - color contains mainly: green. Hex color #51A29A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A29A is #AE5D65. Grayscale: #888888. Windows color (decimal): -11427174 or 10134097. OLE color: 10134097.

HSL color Cylindrical-coordinate representation of color #51A29A: hue angle of 174.07º 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 #51A29A is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB81162154-
CMYK0.5000.050.36
HSL174.07º33.33%47.65%-
HSV(B)174.07º50%63.53%-
XYZ22.1529.9235.18-
YUV136.87137.6688.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.40%
GREEN value IS 162 (63.67% from 255) = 40.81%
BLUE value IS 154 (60.55% from 255) = 38.79%
R=20.40%
G=40.81%
B=38.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal811621540.5000.050.36174.0733.3347.65
Hex51A29A320524ae2130
Octal1212422326205442564160
Binary10100011010001010011010110010010110010010101110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #51A29A;
 }
 .AnyTagClassName
 {
   color: #51A29A;
 }
</style>
background-color css

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

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

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

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

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

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