Html Css Color HEX #50B9A5 Puerto Rico

📋 copy color: '#50B9A5'

red 80 ◦ green 185 ◦ blue 165

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

Shades of Puerto Rico #50B9A5

Tints of Puerto Rico #50B9A5

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.02%

 BLUE value IS 165 (64.84% from 255) = 38.37%

R = 18.6%
G = 43.02%
B = 38.37%

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

#50B9A5 (or 0x50B9A5) is known color: Puerto Rico. HEX triplet: 50, B9 and A5. RGB value is (80,185,165). Sum of RGB (Red+Green+Blue) = 80+185+165=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 185 - color contains mainly: green. Hex color #50B9A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B9A5 is #AF465A. Grayscale: #979797. Windows color (decimal): -11486811 or 10860880. OLE color: 10860880.

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

Color convert

RGB 80 185 165 -
CMYK 0.57 0 0.11 0.27
HSL 168.57º 0.43% 0.52% -
HSV(B) 168.57º 0.57% 0.73% -
XYZ 27.45 39.12 41.7 -
YUV 151.33 135.71 77.13 -
System Red Green Blue C M Y K H S L
Decimal 80 185 165 0.57 0 0.11 0.27 168.57 0.43 0.52
Hex 50 B9 A5 39 0 B 1B A9 2B 34
Octal 120 271 245 71 0 13 33 251 53 64
Binary 1010000 10111001 10100101 111001 0 1011 11011 10101001 101011 110100

Color Harmonies of #50B9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B9A5

Black with #50B9A5

Text Example


Text Example

White with #50B9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,185,165); }

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

background-color css

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

 a { background-color: rgb(80,185,165); }

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

border-color css

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

 span { border-color: rgb(80,185,165); }

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