Html Css Color HEX #50C9A5 Puerto Rico

📋 copy color: '#50C9A5'

red 80 ◦ green 201 ◦ blue 165

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

Shades of Puerto Rico #50C9A5

Tints of Puerto Rico #50C9A5

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.07%

 BLUE value IS 165 (64.84% from 255) = 37%

R = 17.94%
G = 45.07%
B = 37%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#50C9A5 (or 0x50C9A5) is known color: Puerto Rico. HEX triplet: 50, C9 and A5. RGB value is (80,201,165). Sum of RGB (Red+Green+Blue) = 80+201+165=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 165 (64.84% from 255 or 37.00% from 446); Max value from RGB is 201 - color contains mainly: green. Hex color #50C9A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C9A5 is #AF365A. Grayscale: #A0A0A0. Windows color (decimal): -11482715 or 10864976. OLE color: 10864976.

HSL color Cylindrical-coordinate representation of color #50C9A5: hue angle of 162.15º degrees, saturation: 0.53, 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 #50C9A5 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 201 165 -
CMYK 0.60 0 0.18 0.21
HSL 162.15º 0.53% 0.55% -
HSV(B) 162.15º 0.6% 0.79% -
XYZ 30.99 46.2 42.88 -
YUV 160.72 130.41 70.43 -
System Red Green Blue C M Y K H S L
Decimal 80 201 165 0.60 0 0.18 0.21 162.15 0.53 0.55
Hex 50 C9 A5 3C 0 12 15 A2 35 37
Octal 120 311 245 74 0 22 25 242 65 67
Binary 1010000 11001001 10100101 111100 0 10010 10101 10100010 110101 110111

Color Harmonies of #50C9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C9A5

Black with #50C9A5

Text Example


Text Example

White with #50C9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,201,165); }

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

background-color css

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

 a { background-color: rgb(80,201,165); }

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

border-color css

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

 span { border-color: rgb(80,201,165); }

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