Html Css Color HEX #50BA9E Puerto Rico

📋 copy color: '#50BA9E'

red 80 ◦ green 186 ◦ blue 158

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

Shades of Puerto Rico #50BA9E

Tints of Puerto Rico #50BA9E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.87%

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

R = 18.87%
G = 43.87%
B = 37.26%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#50BA9E (or 0x50BA9E) is known color: Puerto Rico. HEX triplet: 50, BA and 9E. RGB value is (80,186,158). Sum of RGB (Red+Green+Blue) = 80+186+158=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BA9E is #AF4561. Grayscale: #979797. Windows color (decimal): -11486562 or 10402384. OLE color: 10402384.

HSL color Cylindrical-coordinate representation of color #50BA9E: hue angle of 164.15º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BA9E is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 186 158 -
CMYK 0.57 0 0.15 0.27
HSL 164.15º 0.43% 0.52% -
HSV(B) 164.15º 0.57% 0.73% -
XYZ 27.04 39.29 38.51 -
YUV 151.11 131.88 77.28 -
System Red Green Blue C M Y K H S L
Decimal 80 186 158 0.57 0 0.15 0.27 164.15 0.43 0.52
Hex 50 BA 9E 39 0 F 1B A4 2B 34
Octal 120 272 236 71 0 17 33 244 53 64
Binary 1010000 10111010 10011110 111001 0 1111 11011 10100100 101011 110100

Color Harmonies of #50BA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA9E

Black with #50BA9E

Text Example


Text Example

White with #50BA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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