#AEFFB2

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

Shades of Celadon #AEFFB2

Tints of Celadon #AEFFB2

Color information

#AEFFB2 (or 0xAEFFB2) is unknown color: approx Celadon. HEX triplet: AE, FF and B2. RGB value is (174,255,178). Sum of RGB (Red+Green+Blue) = 174+255+178=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 178 (69.92% from 255 or 29.32% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFFB2 is #51004D. Grayscale: #DEDEDE. Windows color (decimal): -5308494 or 11730862. OLE color: 11730862.

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

Color convert

RGB174255178-
CMYK0.3200.300
HSL122.96º100%84.12%-
HSV(B)122.96º31.76%100%-
XYZ61.2583.7355.05-
YUV222103.1693.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.67%
GREEN value IS 255 (100% from 255) = 42.01%
BLUE value IS 178 (69.92% from 255) = 29.32%
R=28.67%
G=42.01%
B=29.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742551780.3200.300122.9610084.12
HexAEFFB22001E07b6454
Octal256377262400360173144124
Binary1010111011111111101100101000000111100111101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFFB2; }

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

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

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

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

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

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

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

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