#AFFCB6

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

Shades of Celadon #AFFCB6

Tints of Celadon #AFFCB6

Color information

#AFFCB6 (or 0xAFFCB6) is unknown color: approx Celadon. HEX triplet: AF, FC and B6. RGB value is (175,252,182). Sum of RGB (Red+Green+Blue) = 175+252+182=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFCB6 is #500349. Grayscale: #DDDDDD. Windows color (decimal): -5243722 or 11992239. OLE color: 11992239.

HSL color Cylindrical-coordinate representation of color #AFFCB6: hue angle of 125.45º degrees, saturation: 0.93, 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 #AFFCB6 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB175252182-
CMYK0.3100.280.01
HSL125.45º92.77%83.73%-
HSV(B)125.45º30.56%98.82%-
XYZ60.9382.1156.89-
YUV221105.9995.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.74%
GREEN value IS 252 (98.83% from 255) = 41.38%
BLUE value IS 182 (71.48% from 255) = 29.89%
R=28.74%
G=41.38%
B=29.89%

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
Decimal1752521820.3100.280.01125.4592.7783.73
HexAFFCB61F01C17d5d54
Octal257374266370341175135124
Binary101011111111110010110110111110111001111110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFCB6; }

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

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

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

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

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

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

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

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