#A8ECAB

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

Shades of Celadon #A8ECAB

Tints of Celadon #A8ECAB

Color information

#A8ECAB (or 0xA8ECAB) is unknown color: approx Celadon. HEX triplet: A8, EC and AB. RGB value is (168,236,171). Sum of RGB (Red+Green+Blue) = 168+236+171=575 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.22% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8ECAB is #571354. Grayscale: #D0D0D0. Windows color (decimal): -5706581 or 11267240. OLE color: 11267240.

HSL color Cylindrical-coordinate representation of color #A8ECAB: hue angle of 122.65º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8ECAB is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB168236171-
CMYK0.2900.280.07
HSL122.65º64.15%79.22%-
HSV(B)122.65º28.81%92.55%-
XYZ53.4971.2649.46-
YUV208.26106.9799.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.22%
GREEN value IS 236 (92.58% from 255) = 41.04%
BLUE value IS 171 (67.19% from 255) = 29.74%
R=29.22%
G=41.04%
B=29.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1682361710.2900.280.07122.6564.1579.22
HexA8ECAB1D01C77b404f
Octal250354253350347173100117
Binary10101000111011001010101111101011100111111101110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ECAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ECAB; }

 p { color: rgb(168,236,171); }

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

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

 a { background-color: rgb(168,236,171); }

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

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

 span { border-color: rgb(168,236,171); }

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