#AEEBAE

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

Shades of Celadon #AEEBAE

Tints of Celadon #AEEBAE

Color information

#AEEBAE (or 0xAEEBAE) is unknown color: approx Celadon. HEX triplet: AE, EB and AE. RGB value is (174,235,174). Sum of RGB (Red+Green+Blue) = 174+235+174=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEBAE is #511451. Grayscale: #D1D1D1. Windows color (decimal): -5313618 or 11463598. OLE color: 11463598.

HSL color Cylindrical-coordinate representation of color #AEEBAE: hue angle of 120º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEBAE is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB174235174-
CMYK0.2600.260.08
HSL120º60.4%80.2%-
HSV(B)120º25.96%92.16%-
XYZ54.871.4750.95-
YUV209.81107.79102.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.85%
GREEN value IS 235 (92.19% from 255) = 40.31%
BLUE value IS 174 (68.36% from 255) = 29.85%
R=29.85%
G=40.31%
B=29.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1742351740.2600.260.0812060.480.2
HexAEEBAE1A01A8783c50
Octal256353256320321017074120
Binary10101110111010111010111011010011010100011110001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEBAE; }

 p { color: rgb(174,235,174); }

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

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

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

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

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

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

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