Html Css Color HEX #50BA9C Puerto Rico

📋 copy color: '#50BA9C'

red 80 ◦ green 186 ◦ blue 156

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

Shades of Puerto Rico #50BA9C

Tints of Puerto Rico #50BA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.97%

R = 18.96%
G = 44.08%
B = 36.97%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#50BA9C (or 0x50BA9C) is known color: Puerto Rico. HEX triplet: 50, BA and 9C. RGB value is (80,186,156). Sum of RGB (Red+Green+Blue) = 80+186+156=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BA9C is #AF4563. Grayscale: #969696. Windows color (decimal): -11486564 or 10271312. OLE color: 10271312.

HSL color Cylindrical-coordinate representation of color #50BA9C: hue angle of 163.02º 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 #50BA9C is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 186 156 -
CMYK 0.57 0 0.16 0.27
HSL 163.02º 0.43% 0.52% -
HSV(B) 163.02º 0.57% 0.73% -
XYZ 26.87 39.22 37.61 -
YUV 150.89 130.88 77.44 -
System Red Green Blue C M Y K H S L
Decimal 80 186 156 0.57 0 0.16 0.27 163.02 0.43 0.52
Hex 50 BA 9C 39 0 10 1B A3 2B 34
Octal 120 272 234 71 0 20 33 243 53 64
Binary 1010000 10111010 10011100 111001 0 10000 11011 10100011 101011 110100

Color Harmonies of #50BA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA9C

Black with #50BA9C

Text Example


Text Example

White with #50BA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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