#2AA4AA

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

Shades of Pelorous #2AA4AA

Tints of Pelorous #2AA4AA

Color information

#2AA4AA (or 0x2AA4AA) is unknown color: approx Pelorous. HEX triplet: 2A, A4 and AA. RGB value is (42,164,170). Sum of RGB (Red+Green+Blue) = 42+164+170=376 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.17% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #2AA4AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA4AA is #D55B55. Grayscale: #808080. Windows color (decimal): -13982550 or 11183146. OLE color: 11183146.

HSL color Cylindrical-coordinate representation of color #2AA4AA: hue angle of 182.81º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA4AA is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB42164170-
CMYK0.750.0400.33
HSL182.81º60.38%41.57%-
HSV(B)182.81º75.29%66.67%-
XYZ21.4929.9542.68-
YUV128.21151.5866.51-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.17%
GREEN value IS 164 (64.45% from 255) = 43.62%
BLUE value IS 170 (66.80% from 255) = 45.21%
R=11.17%
G=43.62%
B=45.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421641700.750.0400.33182.8160.3841.57
Hex2AA4AA4B4021b73c2a
Octal5224425211340412677452
Binary10101010100100101010101001011100010000110110111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AA4AA; }

 p { color: rgb(42,164,170); }

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

<style>
 a { background-color: #2AA4AA; }

 a { background-color: rgb(42,164,170); }

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

<style>
 span { border-color: #2AA4AA; }

 span { border-color: rgb(42,164,170); }

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