#2B9BAA

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

Shades of Pelorous #2B9BAA

Tints of Pelorous #2B9BAA

Color information

#2B9BAA (or 0x2B9BAA) is unknown color: approx Pelorous. HEX triplet: 2B, 9B and AA. RGB value is (43,155,170). Sum of RGB (Red+Green+Blue) = 43+155+170=368 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.68% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B9BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9BAA is #D46455. Grayscale: #7B7B7B. Windows color (decimal): -13919318 or 11180843. OLE color: 11180843.

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

Color convert

RGB43155170-
CMYK0.750.0900.33
HSL187.09º59.62%41.76%-
HSV(B)187.09º74.71%66.67%-
XYZ19.9726.8642.16-
YUV123.22154.3970.78-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.68%
GREEN value IS 155 (60.94% from 255) = 42.12%
BLUE value IS 170 (66.80% from 255) = 46.20%
R=11.68%
G=42.12%
B=46.20%

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
Decimal431551700.750.0900.33187.0959.6241.76
Hex2B9BAA4B9021bb3c2a
Octal53233252113110412737452
Binary101011100110111010101010010111001010000110111011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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