Html Css Color HEX #50ABA4 Puerto Rico

📋 copy color: '#50ABA4'

red 80 ◦ green 171 ◦ blue 164

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

Shades of Puerto Rico #50ABA4

Tints of Puerto Rico #50ABA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.52%

R = 19.28%
G = 41.2%
B = 39.52%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#50ABA4 (or 0x50ABA4) is known color: Puerto Rico. HEX triplet: 50, AB and A4. RGB value is (80,171,164). Sum of RGB (Red+Green+Blue) = 80+171+164=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 164 (64.45% from 255 or 39.52% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #50ABA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50ABA4 is #AF545B. Grayscale: #8E8E8E. Windows color (decimal): -11490396 or 10791760. OLE color: 10791760.

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

Color convert

RGB 80 171 164 -
CMYK 0.53 0 0.04 0.33
HSL 175.38º 0.36% 0.49% -
HSV(B) 175.38º 0.53% 0.67% -
XYZ 24.57 33.51 40.3 -
YUV 142.99 139.85 83.07 -
System Red Green Blue C M Y K H S L
Decimal 80 171 164 0.53 0 0.04 0.33 175.38 0.36 0.49
Hex 50 AB A4 35 0 4 21 AF 24 31
Octal 120 253 244 65 0 4 41 257 44 61
Binary 1010000 10101011 10100100 110101 0 100 100001 10101111 100100 110001

Color Harmonies of #50ABA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ABA4

Black with #50ABA4

Text Example


Text Example

White with #50ABA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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