#46B0AA

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

Shades of Puerto Rico #46B0AA

Tints of Puerto Rico #46B0AA

Color information

#46B0AA (or 0x46B0AA) is unknown color: approx Puerto Rico. HEX triplet: 46, B0 and AA. RGB value is (70,176,170). Sum of RGB (Red+Green+Blue) = 70+176+170=416 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.83% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 176 - color contains mainly: green. Hex color #46B0AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46B0AA is #B94F55. Grayscale: #8F8F8F. Windows color (decimal): -12144470 or 11186246. OLE color: 11186246.

HSL color Cylindrical-coordinate representation of color #46B0AA: hue angle of 176.6º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46B0AA is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB70176170-
CMYK0.6000.030.31
HSL176.6º43.09%48.24%-
HSV(B)176.6º60.23%69.02%-
XYZ25.3135.2643.5-
YUV143.62142.8875.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.83%
GREEN value IS 176 (69.14% from 255) = 42.31%
BLUE value IS 170 (66.80% from 255) = 40.87%
R=16.83%
G=42.31%
B=40.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal701761700.6000.030.31176.643.0948.24
Hex46B0AA3C031Fb12b30
Octal1062602527403372615360
Binary100011010110000101010101111000111111110110001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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