Html Css Color HEX #50BAB0 Puerto Rico

📋 copy color: '#50BAB0'

red 80 ◦ green 186 ◦ blue 176

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

Shades of Puerto Rico #50BAB0

Tints of Puerto Rico #50BAB0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.08%

 BLUE value IS 176 (69.14% from 255) = 39.82%

R = 18.1%
G = 42.08%
B = 39.82%

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

#50BAB0 (or 0x50BAB0) is known color: Puerto Rico. HEX triplet: 50, BA and B0. RGB value is (80,186,176). Sum of RGB (Red+Green+Blue) = 80+186+176=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 176 (69.14% from 255 or 39.82% from 442); Max value from RGB is 186 - color contains mainly: green. Hex color #50BAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BAB0 is #AF454F. Grayscale: #999999. Windows color (decimal): -11486544 or 11582032. OLE color: 11582032.

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

Color convert

RGB 80 186 176 -
CMYK 0.57 0 0.05 0.27
HSL 174.34º 0.43% 0.52% -
HSV(B) 174.34º 0.57% 0.73% -
XYZ 28.7 39.96 47.27 -
YUV 153.17 140.88 75.81 -
System Red Green Blue C M Y K H S L
Decimal 80 186 176 0.57 0 0.05 0.27 174.34 0.43 0.52
Hex 50 BA B0 39 0 5 1B AE 2B 34
Octal 120 272 260 71 0 5 33 256 53 64
Binary 1010000 10111010 10110000 111001 0 101 11011 10101110 101011 110100

Color Harmonies of #50BAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BAB0

Black with #50BAB0

Text Example


Text Example

White with #50BAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,186,176); }

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

background-color css

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

 a { background-color: rgb(80,186,176); }

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

border-color css

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

 span { border-color: rgb(80,186,176); }

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