#3AA8AD

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

Shades of Pelorous #3AA8AD

Tints of Pelorous #3AA8AD

Color information

#3AA8AD (or 0x3AA8AD) is unknown color: approx Pelorous. HEX triplet: 3A, A8 and AD. RGB value is (58,168,173). Sum of RGB (Red+Green+Blue) = 58+168+173=399 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.54% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #3AA8AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA8AD is #C55752. Grayscale: #878787. Windows color (decimal): -12932947 or 11380794. OLE color: 11380794.

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

Color convert

RGB58168173-
CMYK0.660.0300.32
HSL182.61º49.78%45.29%-
HSV(B)182.61º66.47%67.84%-
XYZ23.2931.9244.47-
YUV135.68149.0672.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.54%
GREEN value IS 168 (66.02% from 255) = 42.11%
BLUE value IS 173 (67.97% from 255) = 43.36%
R=14.54%
G=42.11%
B=43.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581681730.660.0300.32182.6149.7845.29
Hex3AA8AD423020b7322d
Octal7225025510230402676255
Binary1110101010100010101101100001011010000010110111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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