Html Css Color HEX #50A198 Cadet Blue

📋 copy color: '#50A198'

red 80 ◦ green 161 ◦ blue 152

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

Shades of Cadet Blue #50A198

Tints of Cadet Blue #50A198

RGB

 RED value IS 80 (31.64% from 255) = 20.36%

 GREEN value IS 161 (63.28% from 255) = 40.97%

 BLUE value IS 152 (59.77% from 255) = 38.68%

R = 20.36%
G = 40.97%
B = 38.68%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#50A198 (or 0x50A198) is known color: Cadet Blue. HEX triplet: 50, A1 and 98. RGB value is (80,161,152). Sum of RGB (Red+Green+Blue) = 80+161+152=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 161 - color contains mainly: green. Hex color #50A198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A198 is #AF5E67. Grayscale: #878787. Windows color (decimal): -11492968 or 10002768. OLE color: 10002768.

HSL color Cylindrical-coordinate representation of color #50A198: hue angle of 173.33º 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 #50A198 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 161 152 -
CMYK 0.50 0 0.06 0.37
HSL 173.33º 0.34% 0.47% -
HSV(B) 173.33º 0.5% 0.63% -
XYZ 21.72 29.46 34.25 -
YUV 135.76 137.16 88.23 -
System Red Green Blue C M Y K H S L
Decimal 80 161 152 0.50 0 0.06 0.37 173.33 0.34 0.47
Hex 50 A1 98 32 0 6 25 AD 22 2F
Octal 120 241 230 62 0 6 45 255 42 57
Binary 1010000 10100001 10011000 110010 0 110 100101 10101101 100010 101111

Color Harmonies of #50A198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A198

Black with #50A198

Text Example


Text Example

White with #50A198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50A198;
 }
 .AnyTagClassName
 {
   color: #50A198;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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