Html Css Color HEX #50BCA2 Puerto Rico

📋 copy color: '#50BCA2'

red 80 ◦ green 188 ◦ blue 162

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

Shades of Puerto Rico #50BCA2

Tints of Puerto Rico #50BCA2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.72%

 BLUE value IS 162 (63.67% from 255) = 37.67%

R = 18.6%
G = 43.72%
B = 37.67%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#50BCA2 (or 0x50BCA2) is known color: Puerto Rico. HEX triplet: 50, BC and A2. RGB value is (80,188,162). Sum of RGB (Red+Green+Blue) = 80+188+162=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #50BCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BCA2 is #AF435D. Grayscale: #989898. Windows color (decimal): -11486046 or 10665040. OLE color: 10665040.

HSL color Cylindrical-coordinate representation of color #50BCA2: hue angle of 165.56º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BCA2 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 188 162 -
CMYK 0.57 0 0.14 0.26
HSL 165.56º 0.45% 0.53% -
HSV(B) 165.56º 0.57% 0.74% -
XYZ 27.81 40.28 40.49 -
YUV 152.74 133.22 76.11 -
System Red Green Blue C M Y K H S L
Decimal 80 188 162 0.57 0 0.14 0.26 165.56 0.45 0.53
Hex 50 BC A2 39 0 E 1A A6 2D 35
Octal 120 274 242 71 0 16 32 246 55 65
Binary 1010000 10111100 10100010 111001 0 1110 11010 10100110 101101 110101

Color Harmonies of #50BCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BCA2

Black with #50BCA2

Text Example


Text Example

White with #50BCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,188,162); }

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

background-color css

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

 a { background-color: rgb(80,188,162); }

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

border-color css

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

 span { border-color: rgb(80,188,162); }

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