#A8DBAE

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

Shades of Celadon #A8DBAE

Tints of Celadon #A8DBAE

Color information

#A8DBAE (or 0xA8DBAE) is unknown color: approx Celadon. HEX triplet: A8, DB and AE. RGB value is (168,219,174). Sum of RGB (Red+Green+Blue) = 168+219+174=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DBAE is #572451. Grayscale: #C6C6C6. Windows color (decimal): -5710930 or 11459496. OLE color: 11459496.

HSL color Cylindrical-coordinate representation of color #A8DBAE: hue angle of 127.06º 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 #A8DBAE is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB168219174-
CMYK0.2300.210.14
HSL127.06º41.46%75.88%-
HSV(B)127.06º23.29%85.88%-
XYZ49.1262.0449.43-
YUV198.62114.1106.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.95%
GREEN value IS 219 (85.94% from 255) = 39.04%
BLUE value IS 174 (68.36% from 255) = 31.02%
R=29.95%
G=39.04%
B=31.02%

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
Decimal1682191740.2300.210.14127.0641.4675.88
HexA8DBAE17015E7f294c
Octal250333256270251617751114
Binary10101000110110111010111010111010101111011111111010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DBAE; }

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

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

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

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

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

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

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

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