#AEFFB1

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

Shades of Celadon #AEFFB1

Tints of Celadon #AEFFB1

Color information

#AEFFB1 (or 0xAEFFB1) is unknown color: approx Celadon. HEX triplet: AE, FF and B1. RGB value is (174,255,177). Sum of RGB (Red+Green+Blue) = 174+255+177=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 177 (69.53% from 255 or 29.21% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFFB1 is #51004E. Grayscale: #DEDEDE. Windows color (decimal): -5308495 or 11665326. OLE color: 11665326.

HSL color Cylindrical-coordinate representation of color #AEFFB1: hue angle of 122.22º 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 #AEFFB1 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB174255177-
CMYK0.3200.310
HSL122.22º100%84.12%-
HSV(B)122.22º31.76%100%-
XYZ61.1583.6954.53-
YUV221.89102.6693.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.71%
GREEN value IS 255 (100% from 255) = 42.08%
BLUE value IS 177 (69.53% from 255) = 29.21%
R=28.71%
G=42.08%
B=29.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742551770.3200.310122.2210084.12
HexAEFFB12001F07a6454
Octal256377261400370172144124
Binary1010111011111111101100011000000111110111101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFFB1; }

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

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

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

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

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

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

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

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