#AFFAAE

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

Shades of Celadon #AFFAAE

Tints of Celadon #AFFAAE

Color information

#AFFAAE (or 0xAFFAAE) is unknown color: approx Celadon. HEX triplet: AF, FA and AE. RGB value is (175,250,174). Sum of RGB (Red+Green+Blue) = 175+250+174=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFAAE is #500551. Grayscale: #DBDBDB. Windows color (decimal): -5244242 or 11467439. OLE color: 11467439.

HSL color Cylindrical-coordinate representation of color #AFFAAE: hue angle of 119.21º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFAAE is Cyan = 0.3, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB175250174-
CMYK0.300.300.02
HSL119.21º88.37%83.14%-
HSV(B)119.21º30.4%98.04%-
XYZ59.580.5452.45-
YUV218.91102.6596.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.22%
GREEN value IS 250 (98.05% from 255) = 41.74%
BLUE value IS 174 (68.36% from 255) = 29.05%
R=29.22%
G=41.74%
B=29.05%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752501740.300.300.02119.2188.3783.14
HexAFFAAE1E01E2775853
Octal257372256360362167130123
Binary1010111111111010101011101111001111010111011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFAAE; }

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

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

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

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

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

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

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

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