Html Css Color HEX #50BDA1 Puerto Rico

📋 copy color: '#50BDA1'

red 80 ◦ green 189 ◦ blue 161

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

Shades of Puerto Rico #50BDA1

Tints of Puerto Rico #50BDA1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.95%

 BLUE value IS 161 (63.28% from 255) = 37.44%

R = 18.6%
G = 43.95%
B = 37.44%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#50BDA1 (or 0x50BDA1) is known color: Puerto Rico. HEX triplet: 50, BD and A1. RGB value is (80,189,161). Sum of RGB (Red+Green+Blue) = 80+189+161=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 189 - color contains mainly: green. Hex color #50BDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BDA1 is #AF425E. Grayscale: #999999. Windows color (decimal): -11485791 or 10599760. OLE color: 10599760.

HSL color Cylindrical-coordinate representation of color #50BDA1: hue angle of 164.59º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BDA1 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 189 161 -
CMYK 0.58 0 0.15 0.26
HSL 164.59º 0.45% 0.53% -
HSV(B) 164.59º 0.58% 0.74% -
XYZ 27.94 40.67 40.1 -
YUV 153.22 132.39 75.78 -
System Red Green Blue C M Y K H S L
Decimal 80 189 161 0.58 0 0.15 0.26 164.59 0.45 0.53
Hex 50 BD A1 3A 0 F 1A A5 2D 35
Octal 120 275 241 72 0 17 32 245 55 65
Binary 1010000 10111101 10100001 111010 0 1111 11010 10100101 101101 110101

Color Harmonies of #50BDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BDA1

Black with #50BDA1

Text Example


Text Example

White with #50BDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,189,161); }

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

background-color css

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

 a { background-color: rgb(80,189,161); }

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

border-color css

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

 span { border-color: rgb(80,189,161); }

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