#3AA6AD

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

Shades of Pelorous #3AA6AD

Tints of Pelorous #3AA6AD

Color information

#3AA6AD (or 0x3AA6AD) is unknown color: approx Pelorous. HEX triplet: 3A, A6 and AD. RGB value is (58,166,173). Sum of RGB (Red+Green+Blue) = 58+166+173=397 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.61% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #3AA6AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA6AD is #C55952. Grayscale: #868686. Windows color (decimal): -12933459 or 11380282. OLE color: 11380282.

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

Color convert

RGB58166173-
CMYK0.660.0400.32
HSL183.65º49.78%45.29%-
HSV(B)183.65º66.47%67.84%-
XYZ22.9231.1944.35-
YUV134.51149.7273.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.61%
GREEN value IS 166 (65.23% from 255) = 41.81%
BLUE value IS 173 (67.97% from 255) = 43.58%
R=14.61%
G=41.81%
B=43.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581661730.660.0400.32183.6549.7845.29
Hex3AA6AD424020b8322d
Octal7224625510240402706255
Binary11101010100110101011011000010100010000010111000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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