#AFFEB6

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

Shades of Celadon #AFFEB6

Tints of Celadon #AFFEB6

Color information

#AFFEB6 (or 0xAFFEB6) is unknown color: approx Celadon. HEX triplet: AF, FE and B6. RGB value is (175,254,182). Sum of RGB (Red+Green+Blue) = 175+254+182=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 182 (71.48% from 255 or 29.79% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFEB6 is #500149. Grayscale: #DEDEDE. Windows color (decimal): -5243210 or 11992751. OLE color: 11992751.

HSL color Cylindrical-coordinate representation of color #AFFEB6: hue angle of 125.32º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFEB6 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB175254182-
CMYK0.3100.280.00
HSL125.32º97.53%84.12%-
HSV(B)125.32º31.1%99.61%-
XYZ61.5683.3757.1-
YUV222.17105.3394.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.64%
GREEN value IS 254 (99.61% from 255) = 41.57%
BLUE value IS 182 (71.48% from 255) = 29.79%
R=28.64%
G=41.57%
B=29.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752541820.3100.280.00125.3297.5384.12
HexAFFEB61F01C07d6254
Octal257376266370340175142124
Binary101011111111111010110110111110111000111110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFEB6; }

 p { color: rgb(175,254,182); }

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

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

 a { background-color: rgb(175,254,182); }

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

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

 span { border-color: rgb(175,254,182); }

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