Html Css Color HEX #50BA9F Puerto Rico

📋 copy color: '#50BA9F'

red 80 ◦ green 186 ◦ blue 159

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

Shades of Puerto Rico #50BA9F

Tints of Puerto Rico #50BA9F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.76%

 BLUE value IS 159 (62.5% from 255) = 37.41%

R = 18.82%
G = 43.76%
B = 37.41%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#50BA9F (or 0x50BA9F) is known color: Puerto Rico. HEX triplet: 50, BA and 9F. RGB value is (80,186,159). Sum of RGB (Red+Green+Blue) = 80+186+159=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BA9F is #AF4560. Grayscale: #979797. Windows color (decimal): -11486561 or 10467920. OLE color: 10467920.

HSL color Cylindrical-coordinate representation of color #50BA9F: hue angle of 164.72º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BA9F is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 186 159 -
CMYK 0.57 0 0.15 0.27
HSL 164.72º 0.43% 0.52% -
HSV(B) 164.72º 0.57% 0.73% -
XYZ 27.13 39.33 38.96 -
YUV 151.23 132.38 77.2 -
System Red Green Blue C M Y K H S L
Decimal 80 186 159 0.57 0 0.15 0.27 164.72 0.43 0.52
Hex 50 BA 9F 39 0 F 1B A5 2B 34
Octal 120 272 237 71 0 17 33 245 53 64
Binary 1010000 10111010 10011111 111001 0 1111 11011 10100101 101011 110100

Color Harmonies of #50BA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA9F

Black with #50BA9F

Text Example


Text Example

White with #50BA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,186,159); }

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

background-color css

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

 a { background-color: rgb(80,186,159); }

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

border-color css

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

 span { border-color: rgb(80,186,159); }

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