Html Css Color HEX #50B7A6 Puerto Rico

📋 copy color: '#50B7A6'

red 80 ◦ green 183 ◦ blue 166

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

Shades of Puerto Rico #50B7A6

Tints of Puerto Rico #50B7A6

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.66%

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

R = 18.65%
G = 42.66%
B = 38.69%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#50B7A6 (or 0x50B7A6) is known color: Puerto Rico. HEX triplet: 50, B7 and A6. RGB value is (80,183,166). Sum of RGB (Red+Green+Blue) = 80+183+166=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #50B7A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B7A6 is #AF4859. Grayscale: #969696. Windows color (decimal): -11487322 or 10925904. OLE color: 10925904.

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

Color convert

RGB 80 183 166 -
CMYK 0.56 0 0.09 0.28
HSL 170.1º 0.42% 0.52% -
HSV(B) 170.1º 0.56% 0.72% -
XYZ 27.12 38.33 42.04 -
YUV 150.27 136.88 77.88 -
System Red Green Blue C M Y K H S L
Decimal 80 183 166 0.56 0 0.09 0.28 170.1 0.42 0.52
Hex 50 B7 A6 38 0 9 1C AA 2A 34
Octal 120 267 246 70 0 11 34 252 52 64
Binary 1010000 10110111 10100110 111000 0 1001 11100 10101010 101010 110100

Color Harmonies of #50B7A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B7A6

Black with #50B7A6

Text Example


Text Example

White with #50B7A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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