#A8DDAD

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

Shades of Celadon #A8DDAD

Tints of Celadon #A8DDAD

Color information

#A8DDAD (or 0xA8DDAD) is unknown color: approx Celadon. HEX triplet: A8, DD and AD. RGB value is (168,221,173). Sum of RGB (Red+Green+Blue) = 168+221+173=562 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.89% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DDAD is #572252. Grayscale: #C7C7C7. Windows color (decimal): -5710419 or 11394472. OLE color: 11394472.

HSL color Cylindrical-coordinate representation of color #A8DDAD: hue angle of 125.66º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DDAD is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB168221173-
CMYK0.2400.220.13
HSL125.66º43.8%76.27%-
HSV(B)125.66º23.98%86.67%-
XYZ49.5563.0549.09-
YUV199.68112.94105.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.89%
GREEN value IS 221 (86.72% from 255) = 39.32%
BLUE value IS 173 (67.97% from 255) = 30.78%
R=29.89%
G=39.32%
B=30.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1682211730.2400.220.13125.6643.876.27
HexA8DDAD18016D7e2c4c
Octal250335255300261517654114
Binary10101000110111011010110111000010110110111111101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DDAD; }

 p { color: rgb(168,221,173); }

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

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

 a { background-color: rgb(168,221,173); }

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

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

 span { border-color: rgb(168,221,173); }

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