#2BA3A9

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

Shades of Pelorous #2BA3A9

Tints of Pelorous #2BA3A9

Color information

#2BA3A9 (or 0x2BA3A9) is unknown color: approx Pelorous. HEX triplet: 2B, A3 and A9. RGB value is (43,163,169). Sum of RGB (Red+Green+Blue) = 43+163+169=375 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.47% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 169 - color contains mainly: blue. Hex color #2BA3A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA3A9 is #D45C56. Grayscale: #7F7F7F. Windows color (decimal): -13917271 or 11117355. OLE color: 11117355.

HSL color Cylindrical-coordinate representation of color #2BA3A9: hue angle of 182.86º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BA3A9 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB43163169-
CMYK0.750.0400.34
HSL182.86º59.43%41.57%-
HSV(B)182.86º74.56%66.27%-
XYZ21.2529.5742.12-
YUV127.8151.2467.51-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.47%
GREEN value IS 163 (64.06% from 255) = 43.47%
BLUE value IS 169 (66.41% from 255) = 45.07%
R=11.47%
G=43.47%
B=45.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal431631690.750.0400.34182.8659.4341.57
Hex2BA3A94B4022b73b2a
Octal5324325111340422677352
Binary10101110100011101010011001011100010001010110111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,163,169); }

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

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

 a { background-color: rgb(43,163,169); }

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

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

 span { border-color: rgb(43,163,169); }

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