#A8DBAC

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

Shades of Celadon #A8DBAC

Tints of Celadon #A8DBAC

Color information

#A8DBAC (or 0xA8DBAC) is unknown color: approx Celadon. HEX triplet: A8, DB and AC. RGB value is (168,219,172). Sum of RGB (Red+Green+Blue) = 168+219+172=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DBAC is #572453. Grayscale: #C6C6C6. Windows color (decimal): -5710932 or 11328424. OLE color: 11328424.

HSL color Cylindrical-coordinate representation of color #A8DBAC: hue angle of 124.71º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8DBAC is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB168219172-
CMYK0.2300.210.14
HSL124.71º41.46%75.88%-
HSV(B)124.71º23.29%85.88%-
XYZ48.9361.9748.41-
YUV198.39113.1106.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.05%
GREEN value IS 219 (85.94% from 255) = 39.18%
BLUE value IS 172 (67.58% from 255) = 30.77%
R=30.05%
G=39.18%
B=30.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682191720.2300.210.14124.7141.4675.88
HexA8DBAC17015E7d294c
Octal250333254270251617551114
Binary10101000110110111010110010111010101111011111011010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DBAC; }

 p { color: rgb(168,219,172); }

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

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

 a { background-color: rgb(168,219,172); }

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

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

 span { border-color: rgb(168,219,172); }

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