#AFFDB2

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

Shades of Celadon #AFFDB2

Tints of Celadon #AFFDB2

Color information

#AFFDB2 (or 0xAFFDB2) is unknown color: approx Celadon. HEX triplet: AF, FD and B2. RGB value is (175,253,178). Sum of RGB (Red+Green+Blue) = 175+253+178=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 178 (69.92% from 255 or 29.37% from 606); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFDB2 is #50024D. Grayscale: #DDDDDD. Windows color (decimal): -5243470 or 11730351. OLE color: 11730351.

HSL color Cylindrical-coordinate representation of color #AFFDB2: hue angle of 122.31º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFDB2 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB175253178-
CMYK0.3100.300.01
HSL122.31º95.12%83.92%-
HSV(B)122.31º30.83%99.22%-
XYZ60.8482.5854.85-
YUV221.13103.6695.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.88%
GREEN value IS 253 (99.22% from 255) = 41.75%
BLUE value IS 178 (69.92% from 255) = 29.37%
R=28.88%
G=41.75%
B=29.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752531780.3100.300.01122.3195.1283.92
HexAFFDB21F01E17a5f54
Octal257375262370361172137124
Binary101011111111110110110010111110111101111101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDB2; }

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

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

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

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

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

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

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

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