Html Css Color HEX #50B299 Puerto Rico

📋 copy color: '#50B299'

red 80 ◦ green 178 ◦ blue 153

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

Shades of Puerto Rico #50B299

Tints of Puerto Rico #50B299

RGB

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

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

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

R = 19.46%
G = 43.31%
B = 37.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#50B299 (or 0x50B299) is known color: Puerto Rico. HEX triplet: 50, B2 and 99. RGB value is (80,178,153). Sum of RGB (Red+Green+Blue) = 80+178+153=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 178 - color contains mainly: green. Hex color #50B299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B299 is #AF4D66. Grayscale: #919191. Windows color (decimal): -11488615 or 10072656. OLE color: 10072656.

HSL color Cylindrical-coordinate representation of color #50B299: hue angle of 164.69º 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 #50B299 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 178 153 -
CMYK 0.55 0 0.14 0.30
HSL 164.69º 0.39% 0.51% -
HSV(B) 164.69º 0.55% 0.7% -
XYZ 24.98 35.85 35.74 -
YUV 145.85 132.03 81.03 -
System Red Green Blue C M Y K H S L
Decimal 80 178 153 0.55 0 0.14 0.30 164.69 0.39 0.51
Hex 50 B2 99 37 0 E 1E A5 27 33
Octal 120 262 231 67 0 16 36 245 47 63
Binary 1010000 10110010 10011001 110111 0 1110 11110 10100101 100111 110011

Color Harmonies of #50B299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B299

Black with #50B299

Text Example


Text Example

White with #50B299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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