Html Css Color HEX #50BDAE Puerto Rico

📋 copy color: '#50BDAE'

red 80 ◦ green 189 ◦ blue 174

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

Shades of Puerto Rico #50BDAE

Tints of Puerto Rico #50BDAE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.66%

 BLUE value IS 174 (68.36% from 255) = 39.28%

R = 18.06%
G = 42.66%
B = 39.28%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#50BDAE (or 0x50BDAE) is known color: Puerto Rico. HEX triplet: 50, BD and AE. RGB value is (80,189,174). Sum of RGB (Red+Green+Blue) = 80+189+174=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #50BDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BDAE is #AF4251. Grayscale: #9A9A9A. Windows color (decimal): -11485778 or 11451728. OLE color: 11451728.

HSL color Cylindrical-coordinate representation of color #50BDAE: hue angle of 171.74º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BDAE is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 189 174 -
CMYK 0.58 0 0.08 0.26
HSL 171.74º 0.45% 0.53% -
HSV(B) 171.74º 0.58% 0.74% -
XYZ 29.15 41.16 46.45 -
YUV 154.7 138.89 74.72 -
System Red Green Blue C M Y K H S L
Decimal 80 189 174 0.58 0 0.08 0.26 171.74 0.45 0.53
Hex 50 BD AE 3A 0 8 1A AC 2D 35
Octal 120 275 256 72 0 10 32 254 55 65
Binary 1010000 10111101 10101110 111010 0 1000 11010 10101100 101101 110101

Color Harmonies of #50BDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BDAE

Black with #50BDAE

Text Example


Text Example

White with #50BDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,189,174); }

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

background-color css

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

 a { background-color: rgb(80,189,174); }

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

border-color css

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

 span { border-color: rgb(80,189,174); }

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