#AFDFB2

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

Shades of Celadon #AFDFB2

Tints of Celadon #AFDFB2

Color information

#AFDFB2 (or 0xAFDFB2) is unknown color: approx Celadon. HEX triplet: AF, DF and B2. RGB value is (175,223,178). Sum of RGB (Red+Green+Blue) = 175+223+178=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 178 (69.92% from 255 or 30.90% from 576); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDFB2 is #50204D. Grayscale: #CBCBCB. Windows color (decimal): -5251150 or 11722671. OLE color: 11722671.

HSL color Cylindrical-coordinate representation of color #AFDFB2: hue angle of 123.75º 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 #AFDFB2 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB175223178-
CMYK0.2200.200.13
HSL123.75º42.86%78.04%-
HSV(B)123.75º21.52%87.45%-
XYZ52.165.151.94-
YUV203.52113.6107.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.38%
GREEN value IS 223 (87.5% from 255) = 38.72%
BLUE value IS 178 (69.92% from 255) = 30.90%
R=30.38%
G=38.72%
B=30.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752231780.2200.200.13123.7542.8678.04
HexAFDFB216014D7c2b4e
Octal257337262260241517453116
Binary10101111110111111011001010110010100110111111001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDFB2; }

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

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

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

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

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

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

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

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