Html Css Color HEX #50B2AD Puerto Rico

📋 copy color: '#50B2AD'

red 80 ◦ green 178 ◦ blue 173

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

Shades of Puerto Rico #50B2AD

Tints of Puerto Rico #50B2AD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.3%

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

R = 18.56%
G = 41.3%
B = 40.14%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#50B2AD (or 0x50B2AD) is known color: Puerto Rico. HEX triplet: 50, B2 and AD. RGB value is (80,178,173). Sum of RGB (Red+Green+Blue) = 80+178+173=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 178 - color contains mainly: green. Hex color #50B2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B2AD is #AF4D52. Grayscale: #949494. Windows color (decimal): -11488595 or 11383376. OLE color: 11383376.

HSL color Cylindrical-coordinate representation of color #50B2AD: hue angle of 176.94º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B2AD is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 178 173 -
CMYK 0.55 0 0.03 0.30
HSL 176.94º 0.39% 0.51% -
HSV(B) 176.94º 0.55% 0.7% -
XYZ 26.77 36.56 45.18 -
YUV 148.13 142.03 79.41 -
System Red Green Blue C M Y K H S L
Decimal 80 178 173 0.55 0 0.03 0.30 176.94 0.39 0.51
Hex 50 B2 AD 37 0 3 1E B1 27 33
Octal 120 262 255 67 0 3 36 261 47 63
Binary 1010000 10110010 10101101 110111 0 11 11110 10110001 100111 110011

Color Harmonies of #50B2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B2AD

Black with #50B2AD

Text Example


Text Example

White with #50B2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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