#AFDDB2

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

Shades of Celadon #AFDDB2

Tints of Celadon #AFDDB2

Color information

#AFDDB2 (or 0xAFDDB2) is unknown color: approx Celadon. HEX triplet: AF, DD and B2. RGB value is (175,221,178). Sum of RGB (Red+Green+Blue) = 175+221+178=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDDB2 is #50224D. Grayscale: #CACACA. Windows color (decimal): -5251662 or 11722159. OLE color: 11722159.

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

Color convert

RGB175221178-
CMYK0.2100.190.13
HSL123.91º40.35%77.65%-
HSV(B)123.91º20.81%86.67%-
XYZ51.5764.0451.76-
YUV202.34114.26108.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.49%
GREEN value IS 221 (86.72% from 255) = 38.50%
BLUE value IS 178 (69.92% from 255) = 31.01%
R=30.49%
G=38.50%
B=31.01%

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
Decimal1752211780.2100.190.13123.9140.3577.65
HexAFDDB215013D7c284e
Octal257335262250231517450116
Binary10101111110111011011001010101010011110111111001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDB2; }

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

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

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

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

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

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

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

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