#2AAAB9

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

Shades of Pelorous #2AAAB9

Tints of Pelorous #2AAAB9

Color information

#2AAAB9 (or 0x2AAAB9) is unknown color: approx Pelorous. HEX triplet: 2A, AA and B9. RGB value is (42,170,185). Sum of RGB (Red+Green+Blue) = 42+170+185=397 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.58% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 185 - color contains mainly: blue. Hex color #2AAAB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAAB9 is #D55546. Grayscale: #858585. Windows color (decimal): -13980999 or 12167722. OLE color: 12167722.

HSL color Cylindrical-coordinate representation of color #2AAAB9: hue angle of 186.29º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AAAB9 is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB42170185-
CMYK0.770.0800.27
HSL186.29º63%44.51%-
HSV(B)186.29º77.3%72.55%-
XYZ24.0932.7450.95-
YUV133.44157.0962.78-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.58%
GREEN value IS 170 (66.80% from 255) = 42.82%
BLUE value IS 185 (72.66% from 255) = 46.60%
R=10.58%
G=42.82%
B=46.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421701850.770.0800.27186.296344.51
Hex2AAAB94D801Bba3f2d
Octal52252271115100332727755
Binary10101010101010101110011001101100001101110111010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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