#46C7A9

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

Shades of Puerto Rico #46C7A9

Tints of Puerto Rico #46C7A9

Color information

#46C7A9 (or 0x46C7A9) is unknown color: approx Puerto Rico. HEX triplet: 46, C7 and A9. RGB value is (70,199,169). Sum of RGB (Red+Green+Blue) = 70+199+169=438 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.98% from 438); Green value is 199 (78.12% from 255 or 45.43% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 199 - color contains mainly: green. Hex color #46C7A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46C7A9 is #B93856. Grayscale: #9D9D9D. Windows color (decimal): -12138583 or 11126598. OLE color: 11126598.

HSL color Cylindrical-coordinate representation of color #46C7A9: hue angle of 166.05º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C7A9 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB70199169-
CMYK0.6500.150.22
HSL166.05º53.53%52.75%-
HSV(B)166.05º64.82%78.04%-
XYZ30.1145.0144.64-
YUV157.01134.7665.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.98%
GREEN value IS 199 (78.12% from 255) = 45.43%
BLUE value IS 169 (66.41% from 255) = 38.58%
R=15.98%
G=45.43%
B=38.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal701991690.6500.150.22166.0553.5352.75
Hex46C7A9410F16a63635
Octal106307251101017262466665
Binary100011011000111101010011000001011111011010100110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46C7A9; }

 p { color: rgb(70,199,169); }

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

<style>
 a { background-color: #46C7A9; }

 a { background-color: rgb(70,199,169); }

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

<style>
 span { border-color: #46C7A9; }

 span { border-color: rgb(70,199,169); }

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