#AFFAAA

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

Shades of Celadon #AFFAAA

Tints of Celadon #AFFAAA

Color information

#AFFAAA (or 0xAFFAAA) is unknown color: approx Celadon. HEX triplet: AF, FA and AA. RGB value is (175,250,170). Sum of RGB (Red+Green+Blue) = 175+250+170=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFAAA is #500555. Grayscale: #DADADA. Windows color (decimal): -5244246 or 11205295. OLE color: 11205295.

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

Color convert

RGB175250170-
CMYK0.300.320.02
HSL116.25º88.89%82.35%-
HSV(B)116.25º32%98.04%-
XYZ59.1280.3950.43-
YUV218.46100.6597-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.41%
GREEN value IS 250 (98.05% from 255) = 42.02%
BLUE value IS 170 (66.80% from 255) = 28.57%
R=29.41%
G=42.02%
B=28.57%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752501700.300.320.02116.2588.8982.35
HexAFFAAA1E0202745952
Octal257372252360402164131122
Binary10101111111110101010101011110010000010111010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFAAA; }

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

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

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

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

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

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

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

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