#2A9EAB

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

Shades of Pelorous #2A9EAB

Tints of Pelorous #2A9EAB

Color information

#2A9EAB (or 0x2A9EAB) is unknown color: approx Pelorous. HEX triplet: 2A, 9E and AB. RGB value is (42,158,171). Sum of RGB (Red+Green+Blue) = 42+158+171=371 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.32% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A9EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9EAB is #D56154. Grayscale: #7C7C7C. Windows color (decimal): -13984085 or 11247146. OLE color: 11247146.

HSL color Cylindrical-coordinate representation of color #2A9EAB: hue angle of 186.05º degrees, saturation: 0.61, 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 #2A9EAB is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB42158171-
CMYK0.750.0800.33
HSL186.05º60.56%41.76%-
HSV(B)186.05º75.44%67.06%-
XYZ20.5327.8942.83-
YUV124.8154.0768.94-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.32%
GREEN value IS 158 (62.11% from 255) = 42.59%
BLUE value IS 171 (67.19% from 255) = 46.09%
R=11.32%
G=42.59%
B=46.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421581710.750.0800.33186.0560.5641.76
Hex2A9EAB4B8021ba3d2a
Octal52236253113100412727552
Binary101010100111101010101110010111000010000110111010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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