Html Css Color HEX #50BFA0 Puerto Rico

📋 copy color: '#50BFA0'

red 80 ◦ green 191 ◦ blue 160

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

Shades of Puerto Rico #50BFA0

Tints of Puerto Rico #50BFA0

RGB

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

 GREEN value IS 191 (75% from 255) = 44.32%

 BLUE value IS 160 (62.89% from 255) = 37.12%

R = 18.56%
G = 44.32%
B = 37.12%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#50BFA0 (or 0x50BFA0) is known color: Puerto Rico. HEX triplet: 50, BF and A0. RGB value is (80,191,160). Sum of RGB (Red+Green+Blue) = 80+191+160=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 191 - color contains mainly: green. Hex color #50BFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BFA0 is #AF405F. Grayscale: #9A9A9A. Windows color (decimal): -11485280 or 10534736. OLE color: 10534736.

HSL color Cylindrical-coordinate representation of color #50BFA0: hue angle of 163.24º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BFA0 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 191 160 -
CMYK 0.58 0 0.16 0.25
HSL 163.24º 0.46% 0.53% -
HSV(B) 163.24º 0.58% 0.75% -
XYZ 28.28 41.51 39.78 -
YUV 154.28 131.23 75.02 -
System Red Green Blue C M Y K H S L
Decimal 80 191 160 0.58 0 0.16 0.25 163.24 0.46 0.53
Hex 50 BF A0 3A 0 10 19 A3 2E 35
Octal 120 277 240 72 0 20 31 243 56 65
Binary 1010000 10111111 10100000 111010 0 10000 11001 10100011 101110 110101

Color Harmonies of #50BFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BFA0

Black with #50BFA0

Text Example


Text Example

White with #50BFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,191,160); }

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

background-color css

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

 a { background-color: rgb(80,191,160); }

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

border-color css

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

 span { border-color: rgb(80,191,160); }

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