#AFD8B3

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

Shades of Celadon #AFD8B3

Tints of Celadon #AFD8B3

Color information

#AFD8B3 (or 0xAFD8B3) is unknown color: approx Celadon. HEX triplet: AF, D8 and B3. RGB value is (175,216,179). Sum of RGB (Red+Green+Blue) = 175+216+179=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD8B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD8B3 is #50274C. Grayscale: #C7C7C7. Windows color (decimal): -5252941 or 11786415. OLE color: 11786415.

HSL color Cylindrical-coordinate representation of color #AFD8B3: hue angle of 125.85º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFD8B3 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB175216179-
CMYK0.1900.170.15
HSL125.85º34.45%76.67%-
HSV(B)125.85º18.98%84.71%-
XYZ50.3761.4851.86-
YUV199.52116.42110.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 216 (84.77% from 255) = 37.89%
BLUE value IS 179 (70.31% from 255) = 31.40%
R=30.70%
G=37.89%
B=31.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752161790.1900.170.15125.8534.4576.67
HexAFD8B313011F7e224d
Octal257330263230211717642115
Binary10101111110110001011001110011010001111111111101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD8B3; }

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

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

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

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

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

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

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

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