#2AAABB

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

Shades of Pelorous #2AAABB

Tints of Pelorous #2AAABB

Color information

#2AAABB (or 0x2AAABB) is unknown color: approx Pelorous. HEX triplet: 2A, AA and BB. RGB value is (42,170,187). Sum of RGB (Red+Green+Blue) = 42+170+187=399 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.53% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #2AAABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAABB is #D55544. Grayscale: #858585. Windows color (decimal): -13980997 or 12298794. OLE color: 12298794.

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

Color convert

RGB42170187-
CMYK0.780.0900.27
HSL187.03º63.32%44.9%-
HSV(B)187.03º77.54%73.33%-
XYZ24.332.8352.07-
YUV133.67158.0962.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.53%
GREEN value IS 170 (66.80% from 255) = 42.61%
BLUE value IS 187 (73.44% from 255) = 46.87%
R=10.53%
G=42.61%
B=46.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421701870.780.0900.27187.0363.3244.9
Hex2AAABB4E901Bbb3f2d
Octal52252273116110332737755
Binary10101010101010101110111001110100101101110111011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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