#50CAA4

Color #50CAA4 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #50CAA4

Tints of Puerto Rico #50CAA4

Color information

#50CAA4 (or 0x50CAA4) is unknown color: approx Puerto Rico. HEX triplet: 50, CA and A4. RGB value is (80,202,164). Sum of RGB (Red+Green+Blue) = 80+202+164=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #50CAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CAA4 is #AF355B. Grayscale: #A1A1A1. Windows color (decimal): -11482460 or 10799696. OLE color: 10799696.

HSL color Cylindrical-coordinate representation of color #50CAA4: hue angle of 161.31º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50CAA4 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB80202164-
CMYK0.6000.190.21
HSL161.31º53.51%55.29%-
HSV(B)161.31º60.4%79.22%-
XYZ31.1346.6342.48-
YUV161.19129.5870.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.94%
GREEN value IS 202 (79.30% from 255) = 45.29%
BLUE value IS 164 (64.45% from 255) = 36.77%
R=17.94%
G=45.29%
B=36.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal802021640.6000.190.21161.3153.5155.29
Hex50CAA43C01315a13637
Octal12031224474023252416667
Binary101000011001010101001001111000100111010110100001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,202,164); }

 H1.HeaderClassName
 {
   color: #50CAA4;
 }
 .AnyTagClassName
 {
   color: #50CAA4;
 }
</style>
background-color css

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

 a { background-color: rgb(80,202,164); }

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

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

 span { border-color: rgb(80,202,164); }

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