#2A9BAB

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

Shades of Pelorous #2A9BAB

Tints of Pelorous #2A9BAB

Color information

#2A9BAB (or 0x2A9BAB) is unknown color: approx Pelorous. HEX triplet: 2A, 9B and AB. RGB value is (42,155,171). Sum of RGB (Red+Green+Blue) = 42+155+171=368 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.41% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A9BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9BAB is #D56454. Grayscale: #7A7A7A. Windows color (decimal): -13984853 or 11246378. OLE color: 11246378.

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

Color convert

RGB42155171-
CMYK0.750.0900.33
HSL187.44º60.56%41.76%-
HSV(B)187.44º75.44%67.06%-
XYZ20.0326.8842.66-
YUV123.04155.0670.2-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.41%
GREEN value IS 155 (60.94% from 255) = 42.12%
BLUE value IS 171 (67.19% from 255) = 46.47%
R=11.41%
G=42.12%
B=46.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421551710.750.0900.33187.4460.5641.76
Hex2A9BAB4B9021bb3d2a
Octal52233253113110412737552
Binary101010100110111010101110010111001010000110111011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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