#3AA1AE

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

Shades of Pelorous #3AA1AE

Tints of Pelorous #3AA1AE

Color information

#3AA1AE (or 0x3AA1AE) is unknown color: approx Pelorous. HEX triplet: 3A, A1 and AE. RGB value is (58,161,174). Sum of RGB (Red+Green+Blue) = 58+161+174=393 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.76% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #3AA1AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA1AE is #C55E51. Grayscale: #838383. Windows color (decimal): -12934738 or 11444538. OLE color: 11444538.

HSL color Cylindrical-coordinate representation of color #3AA1AE: hue angle of 186.72º 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 #3AA1AE is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB58161174-
CMYK0.670.0700.32
HSL186.72º50%45.49%-
HSV(B)186.72º66.67%68.24%-
XYZ22.1329.4544.56-
YUV131.68151.8875.44-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.76%
GREEN value IS 161 (63.28% from 255) = 40.97%
BLUE value IS 174 (68.36% from 255) = 44.27%
R=14.76%
G=40.97%
B=44.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581611740.670.0700.32186.725045.49
Hex3AA1AE437020bb322d
Octal7224125610370402736255
Binary11101010100001101011101000011111010000010111011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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