Html Css Color HEX #50BC9E Puerto Rico

📋 copy color: '#50BC9E'

red 80 ◦ green 188 ◦ blue 158

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

Shades of Puerto Rico #50BC9E

Tints of Puerto Rico #50BC9E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.13%

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

R = 18.78%
G = 44.13%
B = 37.09%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#50BC9E (or 0x50BC9E) is known color: Puerto Rico. HEX triplet: 50, BC and 9E. RGB value is (80,188,158). Sum of RGB (Red+Green+Blue) = 80+188+158=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BC9E is #AF4361. Grayscale: #989898. Windows color (decimal): -11486050 or 10402896. OLE color: 10402896.

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

Color convert

RGB 80 188 158 -
CMYK 0.57 0 0.16 0.26
HSL 163.33º 0.45% 0.53% -
HSV(B) 163.33º 0.57% 0.74% -
XYZ 27.46 40.14 38.65 -
YUV 152.29 131.22 76.44 -
System Red Green Blue C M Y K H S L
Decimal 80 188 158 0.57 0 0.16 0.26 163.33 0.45 0.53
Hex 50 BC 9E 39 0 10 1A A3 2D 35
Octal 120 274 236 71 0 20 32 243 55 65
Binary 1010000 10111100 10011110 111001 0 10000 11010 10100011 101101 110101

Color Harmonies of #50BC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC9E

Black with #50BC9E

Text Example


Text Example

White with #50BC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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