#46B994

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

Shades of Puerto Rico #46B994

Tints of Puerto Rico #46B994

Color information

#46B994 (or 0x46B994) is unknown color: approx Puerto Rico. HEX triplet: 46, B9 and 94. RGB value is (70,185,148). Sum of RGB (Red+Green+Blue) = 70+185+148=403 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.37% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 185 - color contains mainly: green. Hex color #46B994 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46B994 is #B9466B. Grayscale: #929292. Windows color (decimal): -12142188 or 9746758. OLE color: 9746758.

HSL color Cylindrical-coordinate representation of color #46B994: hue angle of 160.7º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46B994 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB70185148-
CMYK0.6200.200.27
HSL160.7º45.1%50%-
HSV(B)160.7º62.16%72.55%-
XYZ25.2238.1434.05-
YUV146.4128.973.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.37%
GREEN value IS 185 (72.66% from 255) = 45.91%
BLUE value IS 148 (58.20% from 255) = 36.72%
R=17.37%
G=45.91%
B=36.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701851480.6200.200.27160.745.150
Hex46B9943E0141Ba12d32
Octal10627122476024332415562
Binary100011010111001100101001111100101001101110100001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,185,148); }

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

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

 a { background-color: rgb(70,185,148); }

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

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

 span { border-color: rgb(70,185,148); }

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