#AFDDB1

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

Shades of Celadon #AFDDB1

Tints of Celadon #AFDDB1

Color information

#AFDDB1 (or 0xAFDDB1) is unknown color: approx Celadon. HEX triplet: AF, DD and B1. RGB value is (175,221,177). Sum of RGB (Red+Green+Blue) = 175+221+177=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 177 (69.53% from 255 or 30.89% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDDB1 is #50224E. Grayscale: #CACACA. Windows color (decimal): -5251663 or 11656623. OLE color: 11656623.

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

Color convert

RGB175221177-
CMYK0.2100.200.13
HSL122.61º40.35%77.65%-
HSV(B)122.61º20.81%86.67%-
XYZ51.476451.24-
YUV202.23113.76108.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.54%
GREEN value IS 221 (86.72% from 255) = 38.57%
BLUE value IS 177 (69.53% from 255) = 30.89%
R=30.54%
G=38.57%
B=30.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752211770.2100.200.13122.6140.3577.65
HexAFDDB115014D7b284e
Octal257335261250241517350116
Binary10101111110111011011000110101010100110111110111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDB1; }

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

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

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

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

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

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

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

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