#50A197

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

Shades of Cadet Blue #50A197

Tints of Cadet Blue #50A197

Color information

#50A197 (or 0x50A197) is unknown color: approx Cadet Blue. HEX triplet: 50, A1 and 97. RGB value is (80,161,151). Sum of RGB (Red+Green+Blue) = 80+161+151=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 161 - color contains mainly: green. Hex color #50A197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A197 is #AF5E68. Grayscale: #878787. Windows color (decimal): -11492969 or 9937232. OLE color: 9937232.

HSL color Cylindrical-coordinate representation of color #50A197: hue angle of 172.59º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50A197 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB80161151-
CMYK0.5000.060.37
HSL172.59º33.61%47.25%-
HSV(B)172.59º50.31%63.14%-
XYZ21.6429.4333.82-
YUV135.64136.6688.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.41%
GREEN value IS 161 (63.28% from 255) = 41.07%
BLUE value IS 151 (59.38% from 255) = 38.52%
R=20.41%
G=41.07%
B=38.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal801611510.5000.060.37172.5933.6147.25
Hex50A197320625ad222f
Octal1202412276206452554257
Binary10100001010000110010111110010011010010110101101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50A197; }

 p { color: rgb(80,161,151); }

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

<style>
 a { background-color: #50A197; }

 a { background-color: rgb(80,161,151); }

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

<style>
 span { border-color: #50A197; }

 span { border-color: rgb(80,161,151); }

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