#2b8085

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

Shades of Atoll #2B8085

Tints of Atoll #2B8085

Color information

#2B8085 (or 0x2B8085) is unknown color: approx Atoll. HEX triplet: 2B, 80 and 85. RGB value is (43,128,133). Sum of RGB (Red+Green+Blue) = 43+128+133=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 133 - color contains mainly: blue. Hex color #2B8085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8085 is #D47F7A. Grayscale: #676767. Windows color (decimal): -13926267 or 8749099. OLE color: 8749099.

HSL color Cylindrical-coordinate representation of color #2B8085: hue angle of 183.33º 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 #2B8085 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB43128133-
CMYK0.680.0400.48
HSL183.33º51.14%34.51%-
HSV(B)183.33º67.67%52.16%-
XYZ12.9517.6524.91-
YUV103.16144.8485.09-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.14%
GREEN value IS 128 (50.39% from 255) = 42.11%
BLUE value IS 133 (52.34% from 255) = 43.75%
R=14.14%
G=42.11%
B=43.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal431281330.680.0400.48183.3351.1434.51
Hex2B8085444030b73323
Octal5320020510440602676343
Binary10101110000000100001011000100100011000010110111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b8085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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