Html Css Color HEX #50B8AA Puerto Rico

📋 copy color: '#50B8AA'

red 80 ◦ green 184 ◦ blue 170

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

Shades of Puerto Rico #50B8AA

Tints of Puerto Rico #50B8AA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.4%

 BLUE value IS 170 (66.8% from 255) = 39.17%

R = 18.43%
G = 42.4%
B = 39.17%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#50B8AA (or 0x50B8AA) is known color: Puerto Rico. HEX triplet: 50, B8 and AA. RGB value is (80,184,170). Sum of RGB (Red+Green+Blue) = 80+184+170=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 184 - color contains mainly: green. Hex color #50B8AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B8AA is #AF4755. Grayscale: #979797. Windows color (decimal): -11487062 or 11188304. OLE color: 11188304.

HSL color Cylindrical-coordinate representation of color #50B8AA: hue angle of 171.92º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B8AA is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 184 170 -
CMYK 0.57 0 0.08 0.28
HSL 171.92º 0.42% 0.52% -
HSV(B) 171.92º 0.57% 0.72% -
XYZ 27.7 38.89 44.08 -
YUV 151.31 138.54 77.14 -
System Red Green Blue C M Y K H S L
Decimal 80 184 170 0.57 0 0.08 0.28 171.92 0.42 0.52
Hex 50 B8 AA 39 0 8 1C AC 2A 34
Octal 120 270 252 71 0 10 34 254 52 64
Binary 1010000 10111000 10101010 111001 0 1000 11100 10101100 101010 110100

Color Harmonies of #50B8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B8AA

Black with #50B8AA

Text Example


Text Example

White with #50B8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,184,170); }

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

background-color css

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

 a { background-color: rgb(80,184,170); }

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

border-color css

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

 span { border-color: rgb(80,184,170); }

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