Html Css Color HEX #50C0AF Puerto Rico

📋 copy color: '#50C0AF'

red 80 ◦ green 192 ◦ blue 175

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

Shades of Puerto Rico #50C0AF

Tints of Puerto Rico #50C0AF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.95%

 BLUE value IS 175 (68.75% from 255) = 39.15%

R = 17.9%
G = 42.95%
B = 39.15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#50C0AF (or 0x50C0AF) is known color: Puerto Rico. HEX triplet: 50, C0 and AF. RGB value is (80,192,175). Sum of RGB (Red+Green+Blue) = 80+192+175=447 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.90% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #50C0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C0AF is #AF3F50. Grayscale: #9C9C9C. Windows color (decimal): -11485009 or 11518032. OLE color: 11518032.

HSL color Cylindrical-coordinate representation of color #50C0AF: hue angle of 170.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50C0AF is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 192 175 -
CMYK 0.58 0 0.09 0.25
HSL 170.89º 0.47% 0.53% -
HSV(B) 170.89º 0.58% 0.75% -
XYZ 29.9 42.5 47.19 -
YUV 156.57 138.39 73.38 -
System Red Green Blue C M Y K H S L
Decimal 80 192 175 0.58 0 0.09 0.25 170.89 0.47 0.53
Hex 50 C0 AF 3A 0 9 19 AB 2F 35
Octal 120 300 257 72 0 11 31 253 57 65
Binary 1010000 11000000 10101111 111010 0 1001 11001 10101011 101111 110101

Color Harmonies of #50C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C0AF

Black with #50C0AF

Text Example


Text Example

White with #50C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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