#2A9DAB

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

Shades of Pelorous #2A9DAB

Tints of Pelorous #2A9DAB

Color information

#2A9DAB (or 0x2A9DAB) is unknown color: approx Pelorous. HEX triplet: 2A, 9D and AB. RGB value is (42,157,171). Sum of RGB (Red+Green+Blue) = 42+157+171=370 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.35% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A9DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9DAB is #D56254. Grayscale: #7C7C7C. Windows color (decimal): -13984341 or 11246890. OLE color: 11246890.

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

Color convert

RGB42157171-
CMYK0.750.0800.33
HSL186.51º60.56%41.76%-
HSV(B)186.51º75.44%67.06%-
XYZ20.3627.5542.77-
YUV124.21154.469.36-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.35%
GREEN value IS 157 (61.72% from 255) = 42.43%
BLUE value IS 171 (67.19% from 255) = 46.22%
R=11.35%
G=42.43%
B=46.22%

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
Decimal421571710.750.0800.33186.5160.5641.76
Hex2A9DAB4B8021bb3d2a
Octal52235253113100412737552
Binary101010100111011010101110010111000010000110111011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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