Html Css Color HEX #50AC9D Puerto Rico

📋 copy color: '#50AC9D'

red 80 ◦ green 172 ◦ blue 157

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

Shades of Puerto Rico #50AC9D

Tints of Puerto Rico #50AC9D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.05%

 BLUE value IS 157 (61.72% from 255) = 38.39%

R = 19.56%
G = 42.05%
B = 38.39%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#50AC9D (or 0x50AC9D) is known color: Puerto Rico. HEX triplet: 50, AC and 9D. RGB value is (80,172,157). Sum of RGB (Red+Green+Blue) = 80+172+157=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AC9D is #AF5362. Grayscale: #8E8E8E. Windows color (decimal): -11490147 or 10333264. OLE color: 10333264.

HSL color Cylindrical-coordinate representation of color #50AC9D: hue angle of 170.22º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50AC9D is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 172 157 -
CMYK 0.53 0 0.09 0.33
HSL 170.22º 0.37% 0.49% -
HSV(B) 170.22º 0.53% 0.67% -
XYZ 24.15 33.64 37.12 -
YUV 142.78 136.02 83.22 -
System Red Green Blue C M Y K H S L
Decimal 80 172 157 0.53 0 0.09 0.33 170.22 0.37 0.49
Hex 50 AC 9D 35 0 9 21 AA 25 31
Octal 120 254 235 65 0 11 41 252 45 61
Binary 1010000 10101100 10011101 110101 0 1001 100001 10101010 100101 110001

Color Harmonies of #50AC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AC9D

Black with #50AC9D

Text Example


Text Example

White with #50AC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,172,157); }

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

background-color css

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

 a { background-color: rgb(80,172,157); }

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

border-color css

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

 span { border-color: rgb(80,172,157); }

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