#AEFDAD

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

Shades of Celadon #AEFDAD

Tints of Celadon #AEFDAD

Color information

#AEFDAD (or 0xAEFDAD) is unknown color: approx Celadon. HEX triplet: AE, FD and AD. RGB value is (174,253,173). Sum of RGB (Red+Green+Blue) = 174+253+173=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFDAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFDAD is #510252. Grayscale: #DCDCDC. Windows color (decimal): -5309011 or 11402670. OLE color: 11402670.

HSL color Cylindrical-coordinate representation of color #AEFDAD: hue angle of 119.25º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFDAD is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB174253173-
CMYK0.3100.320.01
HSL119.25º95.24%83.53%-
HSV(B)119.25º31.62%99.22%-
XYZ60.1282.2752.25-
YUV220.26101.3395-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29%
GREEN value IS 253 (99.22% from 255) = 42.17%
BLUE value IS 173 (67.97% from 255) = 28.83%
R=29%
G=42.17%
B=28.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742531730.3100.320.01119.2595.2483.53
HexAEFDAD1F0201775f54
Octal256375255370401167137124
Binary1010111011111101101011011111101000001111011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFDAD; }

 p { color: rgb(174,253,173); }

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

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

 a { background-color: rgb(174,253,173); }

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

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

 span { border-color: rgb(174,253,173); }

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