Html Css Color HEX #50BCB0 Puerto Rico

📋 copy color: '#50BCB0'

red 80 ◦ green 188 ◦ blue 176

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

Shades of Puerto Rico #50BCB0

Tints of Puerto Rico #50BCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.64%

R = 18.02%
G = 42.34%
B = 39.64%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#50BCB0 (or 0x50BCB0) is known color: Puerto Rico. HEX triplet: 50, BC and B0. RGB value is (80,188,176). Sum of RGB (Red+Green+Blue) = 80+188+176=444 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.02% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #50BCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BCB0 is #AF434F. Grayscale: #9A9A9A. Windows color (decimal): -11486032 or 11582544. OLE color: 11582544.

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

Color convert

RGB 80 188 176 -
CMYK 0.57 0 0.06 0.26
HSL 173.33º 0.45% 0.53% -
HSV(B) 173.33º 0.57% 0.74% -
XYZ 29.13 40.81 47.42 -
YUV 154.34 140.22 74.98 -
System Red Green Blue C M Y K H S L
Decimal 80 188 176 0.57 0 0.06 0.26 173.33 0.45 0.53
Hex 50 BC B0 39 0 6 1A AD 2D 35
Octal 120 274 260 71 0 6 32 255 55 65
Binary 1010000 10111100 10110000 111001 0 110 11010 10101101 101101 110101

Color Harmonies of #50BCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BCB0

Black with #50BCB0

Text Example


Text Example

White with #50BCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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