Html Css Color HEX #50A199 Cadet Blue

📋 copy color: '#50A199'

red 80 ◦ green 161 ◦ blue 153

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

Shades of Cadet Blue #50A199

Tints of Cadet Blue #50A199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.83%

R = 20.3%
G = 40.86%
B = 38.83%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#50A199 (or 0x50A199) is known color: Cadet Blue. HEX triplet: 50, A1 and 99. RGB value is (80,161,153). Sum of RGB (Red+Green+Blue) = 80+161+153=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 161 - color contains mainly: green. Hex color #50A199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A199 is #AF5E66. Grayscale: #878787. Windows color (decimal): -11492967 or 10068304. OLE color: 10068304.

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

Color convert

RGB 80 161 153 -
CMYK 0.50 0 0.05 0.37
HSL 174.07º 0.34% 0.47% -
HSV(B) 174.07º 0.5% 0.63% -
XYZ 21.8 29.5 34.68 -
YUV 135.87 137.66 88.15 -
System Red Green Blue C M Y K H S L
Decimal 80 161 153 0.50 0 0.05 0.37 174.07 0.34 0.47
Hex 50 A1 99 32 0 5 25 AE 22 2F
Octal 120 241 231 62 0 5 45 256 42 57
Binary 1010000 10100001 10011001 110010 0 101 100101 10101110 100010 101111

Color Harmonies of #50A199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A199

Black with #50A199

Text Example


Text Example

White with #50A199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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