Html Css Color HEX #50BDA6 Puerto Rico

📋 copy color: '#50BDA6'

red 80 ◦ green 189 ◦ blue 166

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

Shades of Puerto Rico #50BDA6

Tints of Puerto Rico #50BDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.16%

R = 18.39%
G = 43.45%
B = 38.16%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#50BDA6 (or 0x50BDA6) is known color: Puerto Rico. HEX triplet: 50, BD and A6. RGB value is (80,189,166). Sum of RGB (Red+Green+Blue) = 80+189+166=435 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.39% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #50BDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BDA6 is #AF4259. Grayscale: #999999. Windows color (decimal): -11485786 or 10927440. OLE color: 10927440.

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

Color convert

RGB 80 189 166 -
CMYK 0.58 0 0.12 0.26
HSL 167.34º 0.45% 0.53% -
HSV(B) 167.34º 0.58% 0.74% -
XYZ 28.39 40.85 42.47 -
YUV 153.79 134.89 75.37 -
System Red Green Blue C M Y K H S L
Decimal 80 189 166 0.58 0 0.12 0.26 167.34 0.45 0.53
Hex 50 BD A6 3A 0 C 1A A7 2D 35
Octal 120 275 246 72 0 14 32 247 55 65
Binary 1010000 10111101 10100110 111010 0 1100 11010 10100111 101101 110101

Color Harmonies of #50BDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BDA6

Black with #50BDA6

Text Example


Text Example

White with #50BDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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