#51A098

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

Shades of Cadet Blue #51A098

Tints of Cadet Blue #51A098

Color information

#51A098 (or 0x51A098) is unknown color: approx Cadet Blue. HEX triplet: 51, A0 and 98. RGB value is (81,160,152). Sum of RGB (Red+Green+Blue) = 81+160+152=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 160 - color contains mainly: green. Hex color #51A098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A098 is #AE5F67. Grayscale: #878787. Windows color (decimal): -11427688 or 10002513. OLE color: 10002513.

HSL color Cylindrical-coordinate representation of color #51A098: hue angle of 173.92º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51A098 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB81160152-
CMYK0.4900.050.37
HSL173.92º32.78%47.25%-
HSV(B)173.92º49.38%62.75%-
XYZ21.6329.1634.19-
YUV135.47137.3389.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.61%
GREEN value IS 160 (62.89% from 255) = 40.71%
BLUE value IS 152 (59.77% from 255) = 38.68%
R=20.61%
G=40.71%
B=38.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal811601520.4900.050.37173.9232.7847.25
Hex51A098310525ae212f
Octal1212402306105452564157
Binary10100011010000010011000110001010110010110101110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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