Html Css Color HEX #50BCAD Puerto Rico

📋 copy color: '#50BCAD'

red 80 ◦ green 188 ◦ blue 173

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

Shades of Puerto Rico #50BCAD

Tints of Puerto Rico #50BCAD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.63%

 BLUE value IS 173 (67.97% from 255) = 39.23%

R = 18.14%
G = 42.63%
B = 39.23%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#50BCAD (or 0x50BCAD) is known color: Puerto Rico. HEX triplet: 50, BC and AD. RGB value is (80,188,173). Sum of RGB (Red+Green+Blue) = 80+188+173=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #50BCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BCAD is #AF4352. Grayscale: #999999. Windows color (decimal): -11486035 or 11385936. OLE color: 11385936.

HSL color Cylindrical-coordinate representation of color #50BCAD: hue angle of 171.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BCAD is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 188 173 -
CMYK 0.57 0 0.08 0.26
HSL 171.67º 0.45% 0.53% -
HSV(B) 171.67º 0.57% 0.74% -
XYZ 28.83 40.69 45.87 -
YUV 154 138.72 75.22 -
System Red Green Blue C M Y K H S L
Decimal 80 188 173 0.57 0 0.08 0.26 171.67 0.45 0.53
Hex 50 BC AD 39 0 8 1A AC 2D 35
Octal 120 274 255 71 0 10 32 254 55 65
Binary 1010000 10111100 10101101 111001 0 1000 11010 10101100 101101 110101

Color Harmonies of #50BCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BCAD

Black with #50BCAD

Text Example


Text Example

White with #50BCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,188,173); }

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

background-color css

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

 a { background-color: rgb(80,188,173); }

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

border-color css

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

 span { border-color: rgb(80,188,173); }

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