#AFDFB4

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

Shades of Celadon #AFDFB4

Tints of Celadon #AFDFB4

Color information

#AFDFB4 (or 0xAFDFB4) is unknown color: approx Celadon. HEX triplet: AF, DF and B4. RGB value is (175,223,180). Sum of RGB (Red+Green+Blue) = 175+223+180=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 180 (70.70% from 255 or 31.14% from 578); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFB4 is #50204B. Grayscale: #CBCBCB. Windows color (decimal): -5251148 or 11853743. OLE color: 11853743.

HSL color Cylindrical-coordinate representation of color #AFDFB4: hue angle of 126.25º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDFB4 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB175223180-
CMYK0.2200.190.13
HSL126.25º42.86%78.04%-
HSV(B)126.25º21.52%87.45%-
XYZ52.3165.1853.01-
YUV203.75114.6107.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.28%
GREEN value IS 223 (87.5% from 255) = 38.58%
BLUE value IS 180 (70.70% from 255) = 31.14%
R=30.28%
G=38.58%
B=31.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752231800.2200.190.13126.2542.8678.04
HexAFDFB416013D7e2b4e
Octal257337264260231517653116
Binary10101111110111111011010010110010011110111111101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDFB4; }

 p { color: rgb(175,223,180); }

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

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

 a { background-color: rgb(175,223,180); }

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

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

 span { border-color: rgb(175,223,180); }

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