#2B9AAC

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

Shades of Pelorous #2B9AAC

Tints of Pelorous #2B9AAC

Color information

#2B9AAC (or 0x2B9AAC) is unknown color: approx Pelorous. HEX triplet: 2B, 9A and AC. RGB value is (43,154,172). Sum of RGB (Red+Green+Blue) = 43+154+172=369 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.65% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #2B9AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9AAC is #D46553. Grayscale: #7A7A7A. Windows color (decimal): -13919572 or 11311659. OLE color: 11311659.

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

Color convert

RGB43154172-
CMYK0.750.1000.33
HSL188.37º60%42.16%-
HSV(B)188.37º75%67.45%-
XYZ2026.643.11-
YUV122.86155.7371.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.65%
GREEN value IS 154 (60.55% from 255) = 41.73%
BLUE value IS 172 (67.58% from 255) = 46.61%
R=11.65%
G=41.73%
B=46.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal431541720.750.1000.33188.376042.16
Hex2B9AAC4BA021bc3c2a
Octal53232254113120412747452
Binary101011100110101010110010010111010010000110111100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,154,172); }

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

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

 a { background-color: rgb(43,154,172); }

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

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

 span { border-color: rgb(43,154,172); }

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