#2aabba

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

Shades of Pelorous #2AABBA

Tints of Pelorous #2AABBA

Color information

#2AABBA (or 0x2AABBA) is unknown color: approx Pelorous. HEX triplet: 2A, AB and BA. RGB value is (42,171,186). Sum of RGB (Red+Green+Blue) = 42+171+186=399 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.53% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #2AABBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AABBA is #D55445. Grayscale: #858585. Windows color (decimal): -13980742 or 12233514. OLE color: 12233514.

HSL color Cylindrical-coordinate representation of color #2AABBA: hue angle of 186.25º 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 #2AABBA is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB42171186-
CMYK0.770.0800.27
HSL186.25º63.16%44.71%-
HSV(B)186.25º77.42%72.94%-
XYZ24.3833.1651.57-
YUV134.14157.2662.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.53%
GREEN value IS 171 (67.19% from 255) = 42.86%
BLUE value IS 186 (73.05% from 255) = 46.62%
R=10.53%
G=42.86%
B=46.62%

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
Decimal421711860.770.0800.27186.2563.1644.71
Hex2AABBA4D801Bba3f2d
Octal52253272115100332727755
Binary10101010101011101110101001101100001101110111010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2aabba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,171,186); }

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

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

 a { background-color: rgb(42,171,186); }

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

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

 span { border-color: rgb(42,171,186); }

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