#3AA5AE

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

Shades of Pelorous #3AA5AE

Tints of Pelorous #3AA5AE

Color information

#3AA5AE (or 0x3AA5AE) is unknown color: approx Pelorous. HEX triplet: 3A, A5 and AE. RGB value is (58,165,174). Sum of RGB (Red+Green+Blue) = 58+165+174=397 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.61% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #3AA5AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA5AE is #C55A51. Grayscale: #858585. Windows color (decimal): -12933714 or 11445562. OLE color: 11445562.

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

Color convert

RGB58165174-
CMYK0.670.0500.32
HSL184.66º50%45.49%-
HSV(B)184.66º66.67%68.24%-
XYZ22.8430.8744.8-
YUV134.03150.5573.77-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.61%
GREEN value IS 165 (64.84% from 255) = 41.56%
BLUE value IS 174 (68.36% from 255) = 43.83%
R=14.61%
G=41.56%
B=43.83%

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
Decimal581651740.670.0500.32184.665045.49
Hex3AA5AE435020b9322d
Octal7224525610350402716255
Binary11101010100101101011101000011101010000010111001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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