#46AF97

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

Shades of Puerto Rico #46AF97

Tints of Puerto Rico #46AF97

Color information

#46AF97 (or 0x46AF97) is unknown color: approx Puerto Rico. HEX triplet: 46, AF and 97. RGB value is (70,175,151). Sum of RGB (Red+Green+Blue) = 70+175+151=396 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.68% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #46AF97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46AF97 is #B95068. Grayscale: #8C8C8C. Windows color (decimal): -12144745 or 9940806. OLE color: 9940806.

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

Color convert

RGB70175151-
CMYK0.6000.140.31
HSL166.29º42.86%48.04%-
HSV(B)166.29º60%68.63%-
XYZ23.4434.234.64-
YUV140.87133.7177.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.68%
GREEN value IS 175 (68.75% from 255) = 44.19%
BLUE value IS 151 (59.38% from 255) = 38.13%
R=17.68%
G=44.19%
B=38.13%

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
Decimal701751510.6000.140.31166.2942.8648.04
Hex46AF973C0E1Fa62b30
Octal10625722774016372465360
Binary10001101010111110010111111100011101111110100110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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