#3AA0AE

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

Shades of Pelorous #3AA0AE

Tints of Pelorous #3AA0AE

Color information

#3AA0AE (or 0x3AA0AE) is unknown color: approx Pelorous. HEX triplet: 3A, A0 and AE. RGB value is (58,160,174). Sum of RGB (Red+Green+Blue) = 58+160+174=392 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.80% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #3AA0AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA0AE is #C55F51. Grayscale: #828282. Windows color (decimal): -12934994 or 11444282. OLE color: 11444282.

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

Color convert

RGB58160174-
CMYK0.670.0800.32
HSL187.24º50%45.49%-
HSV(B)187.24º66.67%68.24%-
XYZ21.9629.144.5-
YUV131.1152.2175.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.80%
GREEN value IS 160 (62.89% from 255) = 40.82%
BLUE value IS 174 (68.36% from 255) = 44.39%
R=14.80%
G=40.82%
B=44.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581601740.670.0800.32187.245045.49
Hex3AA0AE438020bb322d
Octal72240256103100402736255
Binary111010101000001010111010000111000010000010111011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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