Html Css Color HEX #50B5A9 Puerto Rico

📋 copy color: '#50B5A9'

red 80 ◦ green 181 ◦ blue 169

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

Shades of Puerto Rico #50B5A9

Tints of Puerto Rico #50B5A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 39.3%

R = 18.6%
G = 42.09%
B = 39.3%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#50B5A9 (or 0x50B5A9) is known color: Puerto Rico. HEX triplet: 50, B5 and A9. RGB value is (80,181,169). Sum of RGB (Red+Green+Blue) = 80+181+169=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 181 - color contains mainly: green. Hex color #50B5A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B5A9 is #AF4A56. Grayscale: #959595. Windows color (decimal): -11487831 or 11122000. OLE color: 11122000.

HSL color Cylindrical-coordinate representation of color #50B5A9: hue angle of 172.87º 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 #50B5A9 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 181 169 -
CMYK 0.56 0 0.07 0.29
HSL 172.87º 0.41% 0.51% -
HSV(B) 172.87º 0.56% 0.71% -
XYZ 26.99 37.62 43.37 -
YUV 149.43 139.04 78.48 -
System Red Green Blue C M Y K H S L
Decimal 80 181 169 0.56 0 0.07 0.29 172.87 0.41 0.51
Hex 50 B5 A9 38 0 7 1D AD 29 33
Octal 120 265 251 70 0 7 35 255 51 63
Binary 1010000 10110101 10101001 111000 0 111 11101 10101101 101001 110011

Color Harmonies of #50B5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B5A9

Black with #50B5A9

Text Example


Text Example

White with #50B5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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