Html Css Color HEX #50AFA6 Puerto Rico

📋 copy color: '#50AFA6'

red 80 ◦ green 175 ◦ blue 166

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

Shades of Puerto Rico #50AFA6

Tints of Puerto Rico #50AFA6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.57%

 BLUE value IS 166 (65.23% from 255) = 39.43%

R = 19%
G = 41.57%
B = 39.43%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#50AFA6 (or 0x50AFA6) is known color: Puerto Rico. HEX triplet: 50, AF and A6. RGB value is (80,175,166). Sum of RGB (Red+Green+Blue) = 80+175+166=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #50AFA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AFA6 is #AF5059. Grayscale: #919191. Windows color (decimal): -11489370 or 10923856. OLE color: 10923856.

HSL color Cylindrical-coordinate representation of color #50AFA6: hue angle of 174.32º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AFA6 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 175 166 -
CMYK 0.54 0 0.05 0.31
HSL 174.32º 0.37% 0.5% -
HSV(B) 174.32º 0.54% 0.69% -
XYZ 25.52 35.12 41.51 -
YUV 145.57 139.53 81.23 -
System Red Green Blue C M Y K H S L
Decimal 80 175 166 0.54 0 0.05 0.31 174.32 0.37 0.5
Hex 50 AF A6 36 0 5 1F AE 25 32
Octal 120 257 246 66 0 5 37 256 45 62
Binary 1010000 10101111 10100110 110110 0 101 11111 10101110 100101 110010

Color Harmonies of #50AFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AFA6

Black with #50AFA6

Text Example


Text Example

White with #50AFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,175,166); }

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

background-color css

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

 a { background-color: rgb(80,175,166); }

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

border-color css

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

 span { border-color: rgb(80,175,166); }

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