Html Css Color HEX #50B2AC Puerto Rico

📋 copy color: '#50B2AC'

red 80 ◦ green 178 ◦ blue 172

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

Shades of Puerto Rico #50B2AC

Tints of Puerto Rico #50B2AC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.4%

 BLUE value IS 172 (67.58% from 255) = 40%

R = 18.6%
G = 41.4%
B = 40%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#50B2AC (or 0x50B2AC) is known color: Puerto Rico. HEX triplet: 50, B2 and AC. RGB value is (80,178,172). Sum of RGB (Red+Green+Blue) = 80+178+172=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 178 - color contains mainly: green. Hex color #50B2AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B2AC is #AF4D53. Grayscale: #939393. Windows color (decimal): -11488596 or 11317840. OLE color: 11317840.

HSL color Cylindrical-coordinate representation of color #50B2AC: hue angle of 176.33º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B2AC is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 178 172 -
CMYK 0.55 0 0.03 0.30
HSL 176.33º 0.39% 0.51% -
HSV(B) 176.33º 0.55% 0.7% -
XYZ 26.68 36.52 44.67 -
YUV 148.01 141.53 79.49 -
System Red Green Blue C M Y K H S L
Decimal 80 178 172 0.55 0 0.03 0.30 176.33 0.39 0.51
Hex 50 B2 AC 37 0 3 1E B0 27 33
Octal 120 262 254 67 0 3 36 260 47 63
Binary 1010000 10110010 10101100 110111 0 11 11110 10110000 100111 110011

Color Harmonies of #50B2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B2AC

Black with #50B2AC

Text Example


Text Example

White with #50B2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,178,172); }

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

background-color css

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

 a { background-color: rgb(80,178,172); }

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

border-color css

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

 span { border-color: rgb(80,178,172); }

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