#AFDDB3

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

Shades of Celadon #AFDDB3

Tints of Celadon #AFDDB3

Color information

#AFDDB3 (or 0xAFDDB3) is unknown color: approx Celadon. HEX triplet: AF, DD and B3. RGB value is (175,221,179). Sum of RGB (Red+Green+Blue) = 175+221+179=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 179 (70.31% from 255 or 31.13% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDB3 is #50224C. Grayscale: #CACACA. Windows color (decimal): -5251661 or 11787695. OLE color: 11787695.

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

Color convert

RGB175221179-
CMYK0.2100.190.13
HSL125.22º40.35%77.65%-
HSV(B)125.22º20.81%86.67%-
XYZ51.6764.0852.29-
YUV202.46114.76108.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.43%
GREEN value IS 221 (86.72% from 255) = 38.43%
BLUE value IS 179 (70.31% from 255) = 31.13%
R=30.43%
G=38.43%
B=31.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752211790.2100.190.13125.2240.3577.65
HexAFDDB315013D7d284e
Octal257335263250231517550116
Binary10101111110111011011001110101010011110111111011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDB3; }

 p { color: rgb(175,221,179); }

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

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

 a { background-color: rgb(175,221,179); }

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

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

 span { border-color: rgb(175,221,179); }

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