#AFF9B3

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

Shades of Celadon #AFF9B3

Tints of Celadon #AFF9B3

Color information

#AFF9B3 (or 0xAFF9B3) is unknown color: approx Celadon. HEX triplet: AF, F9 and B3. RGB value is (175,249,179). Sum of RGB (Red+Green+Blue) = 175+249+179=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9B3 is #50064C. Grayscale: #DBDBDB. Windows color (decimal): -5244493 or 11794863. OLE color: 11794863.

HSL color Cylindrical-coordinate representation of color #AFF9B3: hue angle of 123.24º degrees, saturation: 0.86, 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 #AFF9B3 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB175249179-
CMYK0.3000.280.02
HSL123.24º86.05%83.14%-
HSV(B)123.24º29.72%97.65%-
XYZ59.6980.1254.97-
YUV218.89105.4896.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.02%
GREEN value IS 249 (97.66% from 255) = 41.29%
BLUE value IS 179 (70.31% from 255) = 29.68%
R=29.02%
G=41.29%
B=29.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752491790.3000.280.02123.2486.0583.14
HexAFF9B31E01C27b5653
Octal257371263360342173126123
Binary1010111111111001101100111111001110010111101110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF9B3; }

 p { color: rgb(175,249,179); }

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

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

 a { background-color: rgb(175,249,179); }

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

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

 span { border-color: rgb(175,249,179); }

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