Html Css Color HEX #50BBA6 Puerto Rico

📋 copy color: '#50BBA6'

red 80 ◦ green 187 ◦ blue 166

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

Shades of Puerto Rico #50BBA6

Tints of Puerto Rico #50BBA6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.19%

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

R = 18.48%
G = 43.19%
B = 38.34%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#50BBA6 (or 0x50BBA6) is known color: Puerto Rico. HEX triplet: 50, BB and A6. RGB value is (80,187,166). Sum of RGB (Red+Green+Blue) = 80+187+166=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 166 (65.23% from 255 or 38.34% from 433); Max value from RGB is 187 - color contains mainly: green. Hex color #50BBA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BBA6 is #AF4459. Grayscale: #989898. Windows color (decimal): -11486298 or 10926928. OLE color: 10926928.

HSL color Cylindrical-coordinate representation of color #50BBA6: hue angle of 168.22º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BBA6 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 187 166 -
CMYK 0.57 0 0.11 0.27
HSL 168.22º 0.44% 0.52% -
HSV(B) 168.22º 0.57% 0.73% -
XYZ 27.96 40 42.32 -
YUV 152.61 135.55 76.21 -
System Red Green Blue C M Y K H S L
Decimal 80 187 166 0.57 0 0.11 0.27 168.22 0.44 0.52
Hex 50 BB A6 39 0 B 1B A8 2C 34
Octal 120 273 246 71 0 13 33 250 54 64
Binary 1010000 10111011 10100110 111001 0 1011 11011 10101000 101100 110100

Color Harmonies of #50BBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BBA6

Black with #50BBA6

Text Example


Text Example

White with #50BBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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