#46B4AA

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

Shades of Puerto Rico #46B4AA

Tints of Puerto Rico #46B4AA

Color information

#46B4AA (or 0x46B4AA) is unknown color: approx Puerto Rico. HEX triplet: 46, B4 and AA. RGB value is (70,180,170). Sum of RGB (Red+Green+Blue) = 70+180+170=420 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.67% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 180 - color contains mainly: green. Hex color #46B4AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46B4AA is #B94B55. Grayscale: #919191. Windows color (decimal): -12143446 or 11187270. OLE color: 11187270.

HSL color Cylindrical-coordinate representation of color #46B4AA: hue angle of 174.55º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46B4AA is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB70180170-
CMYK0.6100.060.29
HSL174.55º44%49.02%-
HSV(B)174.55º61.11%70.59%-
XYZ26.136.8543.77-
YUV145.97141.5673.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.67%
GREEN value IS 180 (70.70% from 255) = 42.86%
BLUE value IS 170 (66.80% from 255) = 40.48%
R=16.67%
G=42.86%
B=40.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal701801700.6100.060.29174.554449.02
Hex46B4AA3D061Daf2c31
Octal1062642527506352575461
Binary1000110101101001010101011110101101110110101111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,180,170); }

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

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

 a { background-color: rgb(70,180,170); }

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

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

 span { border-color: rgb(70,180,170); }

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