Html Css Color HEX #50BBB0 Puerto Rico

📋 copy color: '#50BBB0'

red 80 ◦ green 187 ◦ blue 176

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

Shades of Puerto Rico #50BBB0

Tints of Puerto Rico #50BBB0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.21%

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

R = 18.06%
G = 42.21%
B = 39.73%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#50BBB0 (or 0x50BBB0) is known color: Puerto Rico. HEX triplet: 50, BB and B0. RGB value is (80,187,176). Sum of RGB (Red+Green+Blue) = 80+187+176=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 187 - color contains mainly: green. Hex color #50BBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BBB0 is #AF444F. Grayscale: #999999. Windows color (decimal): -11486288 or 11582288. OLE color: 11582288.

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

Color convert

RGB 80 187 176 -
CMYK 0.57 0 0.06 0.27
HSL 173.83º 0.44% 0.52% -
HSV(B) 173.83º 0.57% 0.73% -
XYZ 28.92 40.38 47.34 -
YUV 153.75 140.55 75.39 -
System Red Green Blue C M Y K H S L
Decimal 80 187 176 0.57 0 0.06 0.27 173.83 0.44 0.52
Hex 50 BB B0 39 0 6 1B AE 2C 34
Octal 120 273 260 71 0 6 33 256 54 64
Binary 1010000 10111011 10110000 111001 0 110 11011 10101110 101100 110100

Color Harmonies of #50BBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BBB0

Black with #50BBB0

Text Example


Text Example

White with #50BBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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