Html Css Color HEX #50B4A5 Puerto Rico

📋 copy color: '#50B4A5'

red 80 ◦ green 180 ◦ blue 165

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

Shades of Puerto Rico #50B4A5

Tints of Puerto Rico #50B4A5

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.35%

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

R = 18.82%
G = 42.35%
B = 38.82%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#50B4A5 (or 0x50B4A5) is known color: Puerto Rico. HEX triplet: 50, B4 and A5. RGB value is (80,180,165). Sum of RGB (Red+Green+Blue) = 80+180+165=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 180 - color contains mainly: green. Hex color #50B4A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B4A5 is #AF4B5A. Grayscale: #949494. Windows color (decimal): -11488091 or 10859600. OLE color: 10859600.

HSL color Cylindrical-coordinate representation of color #50B4A5: hue angle of 171º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B4A5 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 180 165 -
CMYK 0.56 0 0.08 0.29
HSL 171º 0.4% 0.51% -
HSV(B) 171º 0.56% 0.71% -
XYZ 26.42 37.06 41.36 -
YUV 148.39 137.37 79.22 -
System Red Green Blue C M Y K H S L
Decimal 80 180 165 0.56 0 0.08 0.29 171 0.4 0.51
Hex 50 B4 A5 38 0 8 1D AB 28 33
Octal 120 264 245 70 0 10 35 253 50 63
Binary 1010000 10110100 10100101 111000 0 1000 11101 10101011 101000 110011

Color Harmonies of #50B4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B4A5

Black with #50B4A5

Text Example


Text Example

White with #50B4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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