#2B9AAA

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

Shades of Pelorous #2B9AAA

Tints of Pelorous #2B9AAA

Color information

#2B9AAA (or 0x2B9AAA) is unknown color: approx Pelorous. HEX triplet: 2B, 9A and AA. RGB value is (43,154,170). Sum of RGB (Red+Green+Blue) = 43+154+170=367 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.72% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B9AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9AAA is #D46555. Grayscale: #7A7A7A. Windows color (decimal): -13919574 or 11180587. OLE color: 11180587.

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

Color convert

RGB43154170-
CMYK0.750.0900.33
HSL187.56º59.62%41.76%-
HSV(B)187.56º74.71%66.67%-
XYZ19.8126.5342.11-
YUV122.64154.7371.2-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.72%
GREEN value IS 154 (60.55% from 255) = 41.96%
BLUE value IS 170 (66.80% from 255) = 46.32%
R=11.72%
G=41.96%
B=46.32%

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
Decimal431541700.750.0900.33187.5659.6241.76
Hex2B9AAA4B9021bc3c2a
Octal53232252113110412747452
Binary101011100110101010101010010111001010000110111100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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