Html Css Color HEX #50BBB2 Puerto Rico

📋 copy color: '#50BBB2'

red 80 ◦ green 187 ◦ blue 178

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

Shades of Puerto Rico #50BBB2

Tints of Puerto Rico #50BBB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40%

R = 17.98%
G = 42.02%
B = 40%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#50BBB2 (or 0x50BBB2) is known color: Puerto Rico. HEX triplet: 50, BB and B2. RGB value is (80,187,178). Sum of RGB (Red+Green+Blue) = 80+187+178=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 187 - color contains mainly: green. Hex color #50BBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BBB2 is #AF444D. Grayscale: #999999. Windows color (decimal): -11486286 or 11713360. OLE color: 11713360.

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

Color convert

RGB 80 187 178 -
CMYK 0.57 0 0.05 0.27
HSL 174.95º 0.44% 0.52% -
HSV(B) 174.95º 0.57% 0.73% -
XYZ 29.11 40.46 48.39 -
YUV 153.98 141.55 75.23 -
System Red Green Blue C M Y K H S L
Decimal 80 187 178 0.57 0 0.05 0.27 174.95 0.44 0.52
Hex 50 BB B2 39 0 5 1B AF 2C 34
Octal 120 273 262 71 0 5 33 257 54 64
Binary 1010000 10111011 10110010 111001 0 101 11011 10101111 101100 110100

Color Harmonies of #50BBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BBB2

Black with #50BBB2

Text Example


Text Example

White with #50BBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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