#3AA6AE

Color #3AA6AE Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #3AA6AE

Tints of Pelorous #3AA6AE

Color information

#3AA6AE (or 0x3AA6AE) is unknown color: approx Pelorous. HEX triplet: 3A, A6 and AE. RGB value is (58,166,174). Sum of RGB (Red+Green+Blue) = 58+166+174=398 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.57% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #3AA6AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA6AE is #C55951. Grayscale: #868686. Windows color (decimal): -12933458 or 11445818. OLE color: 11445818.

HSL color Cylindrical-coordinate representation of color #3AA6AE: hue angle of 184.14º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AA6AE is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB58166174-
CMYK0.670.0500.32
HSL184.14º50%45.49%-
HSV(B)184.14º66.67%68.24%-
XYZ23.0231.2344.86-
YUV134.62150.2273.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.57%
GREEN value IS 166 (65.23% from 255) = 41.71%
BLUE value IS 174 (68.36% from 255) = 43.72%
R=14.57%
G=41.71%
B=43.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581661740.670.0500.32184.145045.49
Hex3AA6AE435020b8322d
Octal7224625610350402706255
Binary11101010100110101011101000011101010000010111000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AA6AE; }

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

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

<style>
 a { background-color: #3AA6AE; }

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

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

<style>
 span { border-color: #3AA6AE; }

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

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