Html Css Color HEX #50B5AA Puerto Rico

📋 copy color: '#50B5AA'

red 80 ◦ green 181 ◦ blue 170

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

Shades of Puerto Rico #50B5AA

Tints of Puerto Rico #50B5AA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42%

 BLUE value IS 170 (66.8% from 255) = 39.44%

R = 18.56%
G = 42%
B = 39.44%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#50B5AA (or 0x50B5AA) is known color: Puerto Rico. HEX triplet: 50, B5 and AA. RGB value is (80,181,170). Sum of RGB (Red+Green+Blue) = 80+181+170=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #50B5AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B5AA is #AF4A55. Grayscale: #959595. Windows color (decimal): -11487830 or 11187536. OLE color: 11187536.

HSL color Cylindrical-coordinate representation of color #50B5AA: hue angle of 173.47º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B5AA is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 181 170 -
CMYK 0.56 0 0.06 0.29
HSL 173.47º 0.41% 0.51% -
HSV(B) 173.47º 0.56% 0.71% -
XYZ 27.09 37.66 43.87 -
YUV 149.55 139.54 78.39 -
System Red Green Blue C M Y K H S L
Decimal 80 181 170 0.56 0 0.06 0.29 173.47 0.41 0.51
Hex 50 B5 AA 38 0 6 1D AD 29 33
Octal 120 265 252 70 0 6 35 255 51 63
Binary 1010000 10110101 10101010 111000 0 110 11101 10101101 101001 110011

Color Harmonies of #50B5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B5AA

Black with #50B5AA

Text Example


Text Example

White with #50B5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,181,170); }

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

background-color css

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

 a { background-color: rgb(80,181,170); }

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

border-color css

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

 span { border-color: rgb(80,181,170); }

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