#AAFCB3

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

Shades of Celadon #AAFCB3

Tints of Celadon #AAFCB3

Color information

#AAFCB3 (or 0xAAFCB3) is unknown color: approx Celadon. HEX triplet: AA, FC and B3. RGB value is (170,252,179). Sum of RGB (Red+Green+Blue) = 170+252+179=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 179 (70.31% from 255 or 29.78% from 601); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFCB3 is #55034C. Grayscale: #DBDBDB. Windows color (decimal): -5571405 or 11795626. OLE color: 11795626.

HSL color Cylindrical-coordinate representation of color #AAFCB3: hue angle of 126.59º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFCB3 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB170252179-
CMYK0.3300.290.01
HSL126.59º93.18%82.75%-
HSV(B)126.59º32.54%98.82%-
XYZ59.5281.4255.23-
YUV219.16105.3392.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.29%
GREEN value IS 252 (98.83% from 255) = 41.93%
BLUE value IS 179 (70.31% from 255) = 29.78%
R=28.29%
G=41.93%
B=29.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702521790.3300.290.01126.5993.1882.75
HexAAFCB32101D17f5d53
Octal252374263410351177135123
Binary1010101011111100101100111000010111011111111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFCB3; }

 p { color: rgb(170,252,179); }

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

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

 a { background-color: rgb(170,252,179); }

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

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

 span { border-color: rgb(170,252,179); }

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