#AEFFAF

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

Shades of Celadon #AEFFAF

Tints of Celadon #AEFFAF

Color information

#AEFFAF (or 0xAEFFAF) is unknown color: approx Celadon. HEX triplet: AE, FF and AF. RGB value is (174,255,175). Sum of RGB (Red+Green+Blue) = 174+255+175=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFFAF is #510050. Grayscale: #DDDDDD. Windows color (decimal): -5308497 or 11534254. OLE color: 11534254.

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

Color convert

RGB174255175-
CMYK0.3200.310
HSL120.74º100%84.12%-
HSV(B)120.74º31.76%100%-
XYZ60.9583.6153.48-
YUV221.66101.6694-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.81%
GREEN value IS 255 (100% from 255) = 42.22%
BLUE value IS 175 (68.75% from 255) = 28.97%
R=28.81%
G=42.22%
B=28.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742551750.3200.310120.7410084.12
HexAEFFAF2001F0796454
Octal256377257400370171144124
Binary1010111011111111101011111000000111110111100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFFAF; }

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

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

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

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

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

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

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

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