#46AF96

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

Shades of Puerto Rico #46AF96

Tints of Puerto Rico #46AF96

Color information

#46AF96 (or 0x46AF96) is unknown color: approx Puerto Rico. HEX triplet: 46, AF and 96. RGB value is (70,175,150). Sum of RGB (Red+Green+Blue) = 70+175+150=395 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.72% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #46AF96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46AF96 is #B95069. Grayscale: #8C8C8C. Windows color (decimal): -12144746 or 9875270. OLE color: 9875270.

HSL color Cylindrical-coordinate representation of color #46AF96: hue angle of 165.71º 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 #46AF96 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB70175150-
CMYK0.6000.140.31
HSL165.71º42.86%48.04%-
HSV(B)165.71º60%68.63%-
XYZ23.3634.1634.22-
YUV140.76133.2177.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.72%
GREEN value IS 175 (68.75% from 255) = 44.30%
BLUE value IS 150 (58.98% from 255) = 37.97%
R=17.72%
G=44.30%
B=37.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal701751500.6000.140.31165.7142.8648.04
Hex46AF963C0E1Fa62b30
Octal10625722674016372465360
Binary10001101010111110010110111100011101111110100110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,175,150); }

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

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

 a { background-color: rgb(70,175,150); }

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

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

 span { border-color: rgb(70,175,150); }

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