#2B8689

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

Shades of Atoll #2B8689

Tints of Atoll #2B8689

Color information

#2B8689 (or 0x2B8689) is unknown color: approx Atoll. HEX triplet: 2B, 86 and 89. RGB value is (43,134,137). Sum of RGB (Red+Green+Blue) = 43+134+137=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 137 - color contains mainly: blue. Hex color #2B8689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8689 is #D47976. Grayscale: #6B6B6B. Windows color (decimal): -13924727 or 9012779. OLE color: 9012779.

HSL color Cylindrical-coordinate representation of color #2B8689: hue angle of 181.91º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8689 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB43134137-
CMYK0.690.0200.46
HSL181.91º52.22%35.29%-
HSV(B)181.91º68.61%53.73%-
XYZ14.0419.3726.67-
YUV107.13144.8582.26-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.69%
GREEN value IS 134 (52.73% from 255) = 42.68%
BLUE value IS 137 (53.91% from 255) = 43.63%
R=13.69%
G=42.68%
B=43.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal431341370.690.0200.46181.9152.2235.29
Hex2B868945202Eb63423
Octal5320621110520562666443
Binary1010111000011010001001100010110010111010110110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,134,137); }

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

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

 a { background-color: rgb(43,134,137); }

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

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

 span { border-color: rgb(43,134,137); }

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