Html Css Color HEX #50ABA2 Puerto Rico

📋 copy color: '#50ABA2'

red 80 ◦ green 171 ◦ blue 162

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

Shades of Puerto Rico #50ABA2

Tints of Puerto Rico #50ABA2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.4%

 BLUE value IS 162 (63.67% from 255) = 39.23%

R = 19.37%
G = 41.4%
B = 39.23%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#50ABA2 (or 0x50ABA2) is known color: Puerto Rico. HEX triplet: 50, AB and A2. RGB value is (80,171,162). Sum of RGB (Red+Green+Blue) = 80+171+162=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 162 (63.67% from 255 or 39.23% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #50ABA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50ABA2 is #AF545D. Grayscale: #8E8E8E. Windows color (decimal): -11490398 or 10660688. OLE color: 10660688.

HSL color Cylindrical-coordinate representation of color #50ABA2: hue angle of 174.07º degrees, saturation: 0.36, 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 #50ABA2 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 171 162 -
CMYK 0.53 0 0.05 0.33
HSL 174.07º 0.36% 0.49% -
HSV(B) 174.07º 0.53% 0.67% -
XYZ 24.39 33.44 39.35 -
YUV 142.77 138.85 83.23 -
System Red Green Blue C M Y K H S L
Decimal 80 171 162 0.53 0 0.05 0.33 174.07 0.36 0.49
Hex 50 AB A2 35 0 5 21 AE 24 31
Octal 120 253 242 65 0 5 41 256 44 61
Binary 1010000 10101011 10100010 110101 0 101 100001 10101110 100100 110001

Color Harmonies of #50ABA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ABA2

Black with #50ABA2

Text Example


Text Example

White with #50ABA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,171,162); }

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

background-color css

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

 a { background-color: rgb(80,171,162); }

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

border-color css

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

 span { border-color: rgb(80,171,162); }

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