#AFFAB0

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

Shades of Celadon #AFFAB0

Tints of Celadon #AFFAB0

Color information

#AFFAB0 (or 0xAFFAB0) is unknown color: approx Celadon. HEX triplet: AF, FA and B0. RGB value is (175,250,176). Sum of RGB (Red+Green+Blue) = 175+250+176=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 176 (69.14% from 255 or 29.28% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFAB0 is #50054F. Grayscale: #DBDBDB. Windows color (decimal): -5244240 or 11598511. OLE color: 11598511.

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

Color convert

RGB175250176-
CMYK0.300.300.02
HSL120.8º88.24%83.33%-
HSV(B)120.8º30%98.04%-
XYZ59.780.6253.49-
YUV219.14103.6596.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.12%
GREEN value IS 250 (98.05% from 255) = 41.60%
BLUE value IS 176 (69.14% from 255) = 29.28%
R=29.12%
G=41.60%
B=29.28%

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
Decimal1752501760.300.300.02120.888.2483.33
HexAFFAB01E01E2795853
Octal257372260360362171130123
Binary1010111111111010101100001111001111010111100110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFAB0; }

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

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

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

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

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

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

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

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