#2B8582

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

Shades of Atoll #2B8582

Tints of Atoll #2B8582

Color information

#2B8582 (or 0x2B8582) is unknown color: approx Atoll. HEX triplet: 2B, 85 and 82. RGB value is (43,133,130). Sum of RGB (Red+Green+Blue) = 43+133+130=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #2B8582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8582 is #D47A7D. Grayscale: #696969. Windows color (decimal): -13924990 or 8553771. OLE color: 8553771.

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

Color convert

RGB43133130-
CMYK0.6800.020.48
HSL178º51.14%34.51%-
HSV(B)178º67.67%52.16%-
XYZ13.4118.924.06-
YUV105.75141.6883.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.05%
GREEN value IS 133 (52.34% from 255) = 43.46%
BLUE value IS 130 (51.17% from 255) = 42.48%
R=14.05%
G=43.46%
B=42.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal431331300.6800.020.4817851.1434.51
Hex2B8582440230b23323
Octal5320520210402602626343
Binary1010111000010110000010100010001011000010110010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,133,130); }

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

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

 a { background-color: rgb(43,133,130); }

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

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

 span { border-color: rgb(43,133,130); }

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