Html Css Color HEX #50CA97 Puerto Rico

📋 copy color: '#50CA97'

red 80 ◦ green 202 ◦ blue 151

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

Shades of Puerto Rico #50CA97

Tints of Puerto Rico #50CA97

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.65%

 BLUE value IS 151 (59.38% from 255) = 34.87%

R = 18.48%
G = 46.65%
B = 34.87%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#50CA97 (or 0x50CA97) is known color: Puerto Rico. HEX triplet: 50, CA and 97. RGB value is (80,202,151). Sum of RGB (Red+Green+Blue) = 80+202+151=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CA97 is #AF3568. Grayscale: #9F9F9F. Windows color (decimal): -11482473 or 9947728. OLE color: 9947728.

HSL color Cylindrical-coordinate representation of color #50CA97: hue angle of 154.92º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50CA97 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 202 151 -
CMYK 0.60 0 0.25 0.21
HSL 154.92º 0.54% 0.55% -
HSV(B) 154.92º 0.6% 0.79% -
XYZ 30.01 46.18 36.61 -
YUV 159.71 123.08 71.15 -
System Red Green Blue C M Y K H S L
Decimal 80 202 151 0.60 0 0.25 0.21 154.92 0.54 0.55
Hex 50 CA 97 3C 0 19 15 9B 36 37
Octal 120 312 227 74 0 31 25 233 66 67
Binary 1010000 11001010 10010111 111100 0 11001 10101 10011011 110110 110111

Color Harmonies of #50CA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CA97

Black with #50CA97

Text Example


Text Example

White with #50CA97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,202,151); }

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

background-color css

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

 a { background-color: rgb(80,202,151); }

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

border-color css

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

 span { border-color: rgb(80,202,151); }

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