#AEEFB1

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

Shades of Celadon #AEEFB1

Tints of Celadon #AEEFB1

Color information

#AEEFB1 (or 0xAEEFB1) is unknown color: approx Celadon. HEX triplet: AE, EF and B1. RGB value is (174,239,177). Sum of RGB (Red+Green+Blue) = 174+239+177=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 239 (93.75% from 255 or 40.51% from 590); Blue value is 177 (69.53% from 255 or 30% from 590); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEFB1 is #51104E. Grayscale: #D4D4D4. Windows color (decimal): -5312591 or 11661230. OLE color: 11661230.

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

Color convert

RGB174239177-
CMYK0.2700.260.06
HSL122.77º67.01%80.98%-
HSV(B)122.77º27.2%93.73%-
XYZ56.2673.9152.9-
YUV212.5107.97100.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.49%
GREEN value IS 239 (93.75% from 255) = 40.51%
BLUE value IS 177 (69.53% from 255) = 30%
R=29.49%
G=40.51%
B=30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742391770.2700.260.06122.7767.0180.98
HexAEEFB11B01A67b4351
Octal256357261330326173103121
Binary10101110111011111011000111011011010110111101110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEFB1; }

 p { color: rgb(174,239,177); }

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

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

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

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

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

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

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