Html Css Color HEX #50BEAC Puerto Rico

📋 copy color: '#50BEAC'

red 80 ◦ green 190 ◦ blue 172

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

Shades of Puerto Rico #50BEAC

Tints of Puerto Rico #50BEAC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.99%

 BLUE value IS 172 (67.58% from 255) = 38.91%

R = 18.1%
G = 42.99%
B = 38.91%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#50BEAC (or 0x50BEAC) is known color: Puerto Rico. HEX triplet: 50, BE and AC. RGB value is (80,190,172). Sum of RGB (Red+Green+Blue) = 80+190+172=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 190 - color contains mainly: green. Hex color #50BEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BEAC is #AF4153. Grayscale: #9B9B9B. Windows color (decimal): -11485524 or 11320912. OLE color: 11320912.

HSL color Cylindrical-coordinate representation of color #50BEAC: hue angle of 170.18º 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 #50BEAC is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 190 172 -
CMYK 0.58 0 0.09 0.25
HSL 170.18º 0.46% 0.53% -
HSV(B) 170.18º 0.58% 0.75% -
XYZ 29.17 41.51 45.5 -
YUV 155.06 137.56 74.46 -
System Red Green Blue C M Y K H S L
Decimal 80 190 172 0.58 0 0.09 0.25 170.18 0.46 0.53
Hex 50 BE AC 3A 0 9 19 AA 2E 35
Octal 120 276 254 72 0 11 31 252 56 65
Binary 1010000 10111110 10101100 111010 0 1001 11001 10101010 101110 110101

Color Harmonies of #50BEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BEAC

Black with #50BEAC

Text Example


Text Example

White with #50BEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,190,172); }

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

background-color css

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

 a { background-color: rgb(80,190,172); }

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

border-color css

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

 span { border-color: rgb(80,190,172); }

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