#AEEEB2

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

Shades of Celadon #AEEEB2

Tints of Celadon #AEEEB2

Color information

#AEEEB2 (or 0xAEEEB2) is unknown color: approx Celadon. HEX triplet: AE, EE and B2. RGB value is (174,238,178). Sum of RGB (Red+Green+Blue) = 174+238+178=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 178 (69.92% from 255 or 30.17% from 590); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEEB2 is #51114D. Grayscale: #D4D4D4. Windows color (decimal): -5312846 or 11726510. OLE color: 11726510.

HSL color Cylindrical-coordinate representation of color #AEEEB2: hue angle of 123.75º degrees, saturation: 0.65, 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 #AEEEB2 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB174238178-
CMYK0.2700.250.07
HSL123.75º65.31%80.78%-
HSV(B)123.75º26.89%93.33%-
XYZ56.0773.3653.32-
YUV212.02108.8100.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.49%
GREEN value IS 238 (93.36% from 255) = 40.34%
BLUE value IS 178 (69.92% from 255) = 30.17%
R=29.49%
G=40.34%
B=30.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742381780.2700.250.07123.7565.3180.78
HexAEEEB21B01977c4151
Octal256356262330317174101121
Binary10101110111011101011001011011011001111111110010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEEB2; }

 p { color: rgb(174,238,178); }

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

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

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

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

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

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

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