#ABDCAE

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

Shades of Celadon #ABDCAE

Tints of Celadon #ABDCAE

Color information

#ABDCAE (or 0xABDCAE) is unknown color: approx Celadon. HEX triplet: AB, DC and AE. RGB value is (171,220,174). Sum of RGB (Red+Green+Blue) = 171+220+174=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDCAE is #542351. Grayscale: #C8C8C8. Windows color (decimal): -5514066 or 11459755. OLE color: 11459755.

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

Color convert

RGB171220174-
CMYK0.2200.210.14
HSL123.67º41.18%76.67%-
HSV(B)123.67º22.27%86.27%-
XYZ50.0362.949.55-
YUV200.1113.27107.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.27%
GREEN value IS 220 (86.33% from 255) = 38.94%
BLUE value IS 174 (68.36% from 255) = 30.80%
R=30.27%
G=38.94%
B=30.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712201740.2200.210.14123.6741.1876.67
HexABDCAE16015E7c294d
Octal253334256260251617451115
Binary10101011110111001010111010110010101111011111001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDCAE; }

 p { color: rgb(171,220,174); }

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

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

 a { background-color: rgb(171,220,174); }

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

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

 span { border-color: rgb(171,220,174); }

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