Html Css Color HEX #50BB99 Puerto Rico

📋 copy color: '#50BB99'

red 80 ◦ green 187 ◦ blue 153

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

Shades of Puerto Rico #50BB99

Tints of Puerto Rico #50BB99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.43%

R = 19.05%
G = 44.52%
B = 36.43%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#50BB99 (or 0x50BB99) is known color: Puerto Rico. HEX triplet: 50, BB and 99. RGB value is (80,187,153). Sum of RGB (Red+Green+Blue) = 80+187+153=420 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.05% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BB99 is #AF4466. Grayscale: #979797. Windows color (decimal): -11486311 or 10074960. OLE color: 10074960.

HSL color Cylindrical-coordinate representation of color #50BB99: hue angle of 160.93º 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 #50BB99 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 187 153 -
CMYK 0.57 0 0.18 0.27
HSL 160.93º 0.44% 0.52% -
HSV(B) 160.93º 0.57% 0.73% -
XYZ 26.83 39.55 36.36 -
YUV 151.13 129.05 77.26 -
System Red Green Blue C M Y K H S L
Decimal 80 187 153 0.57 0 0.18 0.27 160.93 0.44 0.52
Hex 50 BB 99 39 0 12 1B A1 2C 34
Octal 120 273 231 71 0 22 33 241 54 64
Binary 1010000 10111011 10011001 111001 0 10010 11011 10100001 101100 110100

Color Harmonies of #50BB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BB99

Black with #50BB99

Text Example


Text Example

White with #50BB99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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