#46AEA6

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

Shades of Puerto Rico #46AEA6

Tints of Puerto Rico #46AEA6

Color information

#46AEA6 (or 0x46AEA6) is unknown color: approx Puerto Rico. HEX triplet: 46, AE and A6. RGB value is (70,174,166). Sum of RGB (Red+Green+Blue) = 70+174+166=410 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.07% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 166 (65.23% from 255 or 40.49% from 410); Max value from RGB is 174 - color contains mainly: green. Hex color #46AEA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46AEA6 is #B95159. Grayscale: #8D8D8D. Windows color (decimal): -12144986 or 10923590. OLE color: 10923590.

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

Color convert

RGB70174166-
CMYK0.6000.050.32
HSL175.38º42.62%47.84%-
HSV(B)175.38º59.77%68.24%-
XYZ24.5434.3341.41-
YUV141.99141.5476.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.07%
GREEN value IS 174 (68.36% from 255) = 42.44%
BLUE value IS 166 (65.23% from 255) = 40.49%
R=17.07%
G=42.44%
B=40.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal701741660.6000.050.32175.3842.6247.84
Hex46AEA63C0520af2b30
Octal1062562467405402575360
Binary10001101010111010100110111100010110000010101111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,174,166); }

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

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

 a { background-color: rgb(70,174,166); }

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

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

 span { border-color: rgb(70,174,166); }

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