Html Css Color HEX #50BBAF Puerto Rico

📋 copy color: '#50BBAF'

red 80 ◦ green 187 ◦ blue 175

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

Shades of Puerto Rico #50BBAF

Tints of Puerto Rico #50BBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.59%

R = 18.1%
G = 42.31%
B = 39.59%

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

#50BBAF (or 0x50BBAF) is known color: Puerto Rico. HEX triplet: 50, BB and AF. RGB value is (80,187,175). Sum of RGB (Red+Green+Blue) = 80+187+175=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 187 - color contains mainly: green. Hex color #50BBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BBAF is #AF4450. Grayscale: #999999. Windows color (decimal): -11486289 or 11516752. OLE color: 11516752.

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

Color convert

RGB 80 187 175 -
CMYK 0.57 0 0.06 0.27
HSL 173.27º 0.44% 0.52% -
HSV(B) 173.27º 0.57% 0.73% -
XYZ 28.82 40.34 46.83 -
YUV 153.64 140.05 75.48 -
System Red Green Blue C M Y K H S L
Decimal 80 187 175 0.57 0 0.06 0.27 173.27 0.44 0.52
Hex 50 BB AF 39 0 6 1B AD 2C 34
Octal 120 273 257 71 0 6 33 255 54 64
Binary 1010000 10111011 10101111 111001 0 110 11011 10101101 101100 110100

Color Harmonies of #50BBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BBAF

Black with #50BBAF

Text Example


Text Example

White with #50BBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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