Html Css Color HEX #50BE9E Puerto Rico

📋 copy color: '#50BE9E'

red 80 ◦ green 190 ◦ blue 158

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

Shades of Puerto Rico #50BE9E

Tints of Puerto Rico #50BE9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.92%

R = 18.69%
G = 44.39%
B = 36.92%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#50BE9E (or 0x50BE9E) is known color: Puerto Rico. HEX triplet: 50, BE and 9E. RGB value is (80,190,158). Sum of RGB (Red+Green+Blue) = 80+190+158=428 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.69% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BE9E is #AF4161. Grayscale: #999999. Windows color (decimal): -11485538 or 10403408. OLE color: 10403408.

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

Color convert

RGB 80 190 158 -
CMYK 0.58 0 0.17 0.25
HSL 162.55º 0.46% 0.53% -
HSV(B) 162.55º 0.58% 0.75% -
XYZ 27.89 41 38.79 -
YUV 153.46 130.56 75.6 -
System Red Green Blue C M Y K H S L
Decimal 80 190 158 0.58 0 0.17 0.25 162.55 0.46 0.53
Hex 50 BE 9E 3A 0 11 19 A3 2E 35
Octal 120 276 236 72 0 21 31 243 56 65
Binary 1010000 10111110 10011110 111010 0 10001 11001 10100011 101110 110101

Color Harmonies of #50BE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BE9E

Black with #50BE9E

Text Example


Text Example

White with #50BE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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