#2A848B

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

Shades of Atoll #2A848B

Tints of Atoll #2A848B

Color information

#2A848B (or 0x2A848B) is unknown color: approx Atoll. HEX triplet: 2A, 84 and 8B. RGB value is (42,132,139). Sum of RGB (Red+Green+Blue) = 42+132+139=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A848B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A848B is #D57B74. Grayscale: #696969. Windows color (decimal): -13990773 or 9143338. OLE color: 9143338.

HSL color Cylindrical-coordinate representation of color #2A848B: hue angle of 184.33º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A848B is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB42132139-
CMYK0.700.0500.45
HSL184.33º53.59%35.49%-
HSV(B)184.33º69.78%54.51%-
XYZ13.8718.8627.34-
YUV105.89146.6882.43-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.42%
GREEN value IS 132 (51.95% from 255) = 42.17%
BLUE value IS 139 (54.69% from 255) = 44.41%
R=13.42%
G=42.17%
B=44.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal421321390.700.0500.45184.3353.5935.49
Hex2A848B46502Db83623
Octal5220421310650552706643
Binary10101010000100100010111000110101010110110111000110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,132,139); }

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

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

 a { background-color: rgb(42,132,139); }

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

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

 span { border-color: rgb(42,132,139); }

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