Html Css Color HEX #50BFB4 Puerto Rico

📋 copy color: '#50BFB4'

red 80 ◦ green 191 ◦ blue 180

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

Shades of Puerto Rico #50BFB4

Tints of Puerto Rico #50BFB4

RGB

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

 GREEN value IS 191 (75% from 255) = 42.35%

 BLUE value IS 180 (70.7% from 255) = 39.91%

R = 17.74%
G = 42.35%
B = 39.91%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#50BFB4 (or 0x50BFB4) is known color: Puerto Rico. HEX triplet: 50, BF and B4. RGB value is (80,191,180). Sum of RGB (Red+Green+Blue) = 80+191+180=451 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.74% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 191 - color contains mainly: green. Hex color #50BFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BFB4 is #AF404B. Grayscale: #9C9C9C. Windows color (decimal): -11485260 or 11845456. OLE color: 11845456.

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

Color convert

RGB 80 191 180 -
CMYK 0.58 0 0.06 0.25
HSL 174.05º 0.46% 0.53% -
HSV(B) 174.05º 0.58% 0.75% -
XYZ 30.18 42.26 49.75 -
YUV 156.56 141.23 73.39 -
System Red Green Blue C M Y K H S L
Decimal 80 191 180 0.58 0 0.06 0.25 174.05 0.46 0.53
Hex 50 BF B4 3A 0 6 19 AE 2E 35
Octal 120 277 264 72 0 6 31 256 56 65
Binary 1010000 10111111 10110100 111010 0 110 11001 10101110 101110 110101

Color Harmonies of #50BFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BFB4

Black with #50BFB4

Text Example


Text Example

White with #50BFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,191,180); }

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

background-color css

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

 a { background-color: rgb(80,191,180); }

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

border-color css

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

 span { border-color: rgb(80,191,180); }

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