Html Css Color HEX #50BEB7 Puerto Rico

📋 copy color: '#50BEB7'

red 80 ◦ green 190 ◦ blue 183

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

Shades of Puerto Rico #50BEB7

Tints of Puerto Rico #50BEB7

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.94%

 BLUE value IS 183 (71.88% from 255) = 40.4%

R = 17.66%
G = 41.94%
B = 40.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#50BEB7 (or 0x50BEB7) is known color: Puerto Rico. HEX triplet: 50, BE and B7. RGB value is (80,190,183). Sum of RGB (Red+Green+Blue) = 80+190+183=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 190 - color contains mainly: green. Hex color #50BEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BEB7 is #AF4148. Grayscale: #9C9C9C. Windows color (decimal): -11485513 or 12041808. OLE color: 12041808.

HSL color Cylindrical-coordinate representation of color #50BEB7: hue angle of 176.18º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BEB7 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 190 183 -
CMYK 0.58 0 0.04 0.25
HSL 176.18º 0.46% 0.53% -
HSV(B) 176.18º 0.58% 0.75% -
XYZ 30.27 41.95 51.3 -
YUV 156.31 143.06 73.57 -
System Red Green Blue C M Y K H S L
Decimal 80 190 183 0.58 0 0.04 0.25 176.18 0.46 0.53
Hex 50 BE B7 3A 0 4 19 B0 2E 35
Octal 120 276 267 72 0 4 31 260 56 65
Binary 1010000 10111110 10110111 111010 0 100 11001 10110000 101110 110101

Color Harmonies of #50BEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BEB7

Black with #50BEB7

Text Example


Text Example

White with #50BEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,190,183); }

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

background-color css

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

 a { background-color: rgb(80,190,183); }

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

border-color css

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

 span { border-color: rgb(80,190,183); }

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