#A3DBA8

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

Shades of Celadon #A3DBA8

Tints of Celadon #A3DBA8

Color information

#A3DBA8 (or 0xA3DBA8) is unknown color: approx Celadon. HEX triplet: A3, DB and A8. RGB value is (163,219,168). Sum of RGB (Red+Green+Blue) = 163+219+168=550 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.64% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 168 (66.02% from 255 or 30.55% from 550); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DBA8 is #5C2457. Grayscale: #C4C4C4. Windows color (decimal): -6038616 or 11066275. OLE color: 11066275.

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

Color convert

RGB163219168-
CMYK0.2600.230.14
HSL125.36º43.75%74.9%-
HSV(B)125.36º25.57%85.88%-
XYZ47.561.2846.37-
YUV196.44111.95104.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.64%
GREEN value IS 219 (85.94% from 255) = 39.82%
BLUE value IS 168 (66.02% from 255) = 30.55%
R=29.64%
G=39.82%
B=30.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1632191680.2600.230.14125.3643.7574.9
HexA3DBA81A017E7d2c4b
Octal243333250320271617554113
Binary10100011110110111010100011010010111111011111011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DBA8; }

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

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

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

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

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

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

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

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