Html Css Color HEX #50C2A7 Puerto Rico

📋 copy color: '#50C2A7'

red 80 ◦ green 194 ◦ blue 167

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

Shades of Puerto Rico #50C2A7

Tints of Puerto Rico #50C2A7

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.99%

 BLUE value IS 167 (65.63% from 255) = 37.87%

R = 18.14%
G = 43.99%
B = 37.87%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#50C2A7 (or 0x50C2A7) is known color: Puerto Rico. HEX triplet: 50, C2 and A7. RGB value is (80,194,167). Sum of RGB (Red+Green+Blue) = 80+194+167=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 167 (65.62% from 255 or 37.87% from 441); Max value from RGB is 194 - color contains mainly: green. Hex color #50C2A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C2A7 is #AF3D58. Grayscale: #9C9C9C. Windows color (decimal): -11484505 or 10994256. OLE color: 10994256.

HSL color Cylindrical-coordinate representation of color #50C2A7: hue angle of 165.79º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C2A7 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 194 167 -
CMYK 0.59 0 0.14 0.24
HSL 165.79º 0.48% 0.54% -
HSV(B) 165.79º 0.59% 0.76% -
XYZ 29.58 43.08 43.32 -
YUV 156.84 133.73 73.2 -
System Red Green Blue C M Y K H S L
Decimal 80 194 167 0.59 0 0.14 0.24 165.79 0.48 0.54
Hex 50 C2 A7 3B 0 E 18 A6 30 36
Octal 120 302 247 73 0 16 30 246 60 66
Binary 1010000 11000010 10100111 111011 0 1110 11000 10100110 110000 110110

Color Harmonies of #50C2A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C2A7

Black with #50C2A7

Text Example


Text Example

White with #50C2A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,194,167); }

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

background-color css

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

 a { background-color: rgb(80,194,167); }

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

border-color css

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

 span { border-color: rgb(80,194,167); }

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