Html Css Color HEX #50B5B1 Puerto Rico

📋 copy color: '#50B5B1'

red 80 ◦ green 181 ◦ blue 177

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

Shades of Puerto Rico #50B5B1

Tints of Puerto Rico #50B5B1

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.32%

 BLUE value IS 177 (69.53% from 255) = 40.41%

R = 18.26%
G = 41.32%
B = 40.41%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#50B5B1 (or 0x50B5B1) is known color: Puerto Rico. HEX triplet: 50, B5 and B1. RGB value is (80,181,177). Sum of RGB (Red+Green+Blue) = 80+181+177=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 181 - color contains mainly: green. Hex color #50B5B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B5B1 is #AF4A4E. Grayscale: #969696. Windows color (decimal): -11487823 or 11646288. OLE color: 11646288.

HSL color Cylindrical-coordinate representation of color #50B5B1: hue angle of 177.62º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B5B1 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 181 177 -
CMYK 0.56 0 0.02 0.29
HSL 177.62º 0.41% 0.51% -
HSV(B) 177.62º 0.56% 0.71% -
XYZ 27.77 37.93 47.45 -
YUV 150.35 143.04 77.83 -
System Red Green Blue C M Y K H S L
Decimal 80 181 177 0.56 0 0.02 0.29 177.62 0.41 0.51
Hex 50 B5 B1 38 0 2 1D B2 29 33
Octal 120 265 261 70 0 2 35 262 51 63
Binary 1010000 10110101 10110001 111000 0 10 11101 10110010 101001 110011

Color Harmonies of #50B5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B5B1

Black with #50B5B1

Text Example


Text Example

White with #50B5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,181,177); }

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

background-color css

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

 a { background-color: rgb(80,181,177); }

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

border-color css

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

 span { border-color: rgb(80,181,177); }

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