#AEEDAF

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

Shades of Celadon #AEEDAF

Tints of Celadon #AEEDAF

Color information

#AEEDAF (or 0xAEEDAF) is unknown color: approx Celadon. HEX triplet: AE, ED and AF. RGB value is (174,237,175). Sum of RGB (Red+Green+Blue) = 174+237+175=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEDAF is #511250. Grayscale: #D3D3D3. Windows color (decimal): -5313105 or 11529646. OLE color: 11529646.

HSL color Cylindrical-coordinate representation of color #AEEDAF: hue angle of 120.95º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEDAF is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB174237175-
CMYK0.2700.260.07
HSL120.95º63.64%80.59%-
HSV(B)120.95º26.58%92.94%-
XYZ55.4872.6651.66-
YUV211.09107.63101.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.69%
GREEN value IS 237 (92.97% from 255) = 40.44%
BLUE value IS 175 (68.75% from 255) = 29.86%
R=29.69%
G=40.44%
B=29.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742371750.2700.260.07120.9563.6480.59
HexAEEDAF1B01A7794051
Octal256355257330327171100121
Binary10101110111011011010111111011011010111111100110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEDAF; }

 p { color: rgb(174,237,175); }

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

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

 a { background-color: rgb(174,237,175); }

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

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

 span { border-color: rgb(174,237,175); }

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