#3AA1AD

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

Shades of Pelorous #3AA1AD

Tints of Pelorous #3AA1AD

Color information

#3AA1AD (or 0x3AA1AD) is unknown color: approx Pelorous. HEX triplet: 3A, A1 and AD. RGB value is (58,161,173). Sum of RGB (Red+Green+Blue) = 58+161+173=392 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.80% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #3AA1AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA1AD is #C55E52. Grayscale: #838383. Windows color (decimal): -12934739 or 11379002. OLE color: 11379002.

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

Color convert

RGB58161173-
CMYK0.660.0700.32
HSL186.26º49.78%45.29%-
HSV(B)186.26º66.47%67.84%-
XYZ22.0329.4144.05-
YUV131.57151.3875.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.80%
GREEN value IS 161 (63.28% from 255) = 41.07%
BLUE value IS 173 (67.97% from 255) = 44.13%
R=14.80%
G=41.07%
B=44.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581611730.660.0700.32186.2649.7845.29
Hex3AA1AD427020ba322d
Octal7224125510270402726255
Binary11101010100001101011011000010111010000010111010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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