#AFFDB6

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

Shades of Celadon #AFFDB6

Tints of Celadon #AFFDB6

Color information

#AFFDB6 (or 0xAFFDB6) is unknown color: approx Celadon. HEX triplet: AF, FD and B6. RGB value is (175,253,182). Sum of RGB (Red+Green+Blue) = 175+253+182=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 182 (71.48% from 255 or 29.84% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDB6 is #500249. Grayscale: #DDDDDD. Windows color (decimal): -5243466 or 11992495. OLE color: 11992495.

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

Color convert

RGB175253182-
CMYK0.3100.280.01
HSL125.38º95.12%83.92%-
HSV(B)125.38º30.83%99.22%-
XYZ61.2582.7457-
YUV221.58105.6694.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.69%
GREEN value IS 253 (99.22% from 255) = 41.48%
BLUE value IS 182 (71.48% from 255) = 29.84%
R=28.69%
G=41.48%
B=29.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752531820.3100.280.01125.3895.1283.92
HexAFFDB61F01C17d5f54
Octal257375266370341175137124
Binary101011111111110110110110111110111001111110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDB6; }

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

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

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

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

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

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

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

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