#AFFDB4

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

Shades of Celadon #AFFDB4

Tints of Celadon #AFFDB4

Color information

#AFFDB4 (or 0xAFFDB4) is unknown color: approx Celadon. HEX triplet: AF, FD and B4. RGB value is (175,253,180). Sum of RGB (Red+Green+Blue) = 175+253+180=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 253 (99.22% from 255 or 41.61% from 608); Blue value is 180 (70.70% from 255 or 29.61% from 608); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDB4 is #50024B. Grayscale: #DDDDDD. Windows color (decimal): -5243468 or 11861423. OLE color: 11861423.

HSL color Cylindrical-coordinate representation of color #AFFDB4: hue angle of 123.85º 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 #AFFDB4 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB175253180-
CMYK0.3100.290.01
HSL123.85º95.12%83.92%-
HSV(B)123.85º30.83%99.22%-
XYZ61.0482.6655.92-
YUV221.36104.6694.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.78%
GREEN value IS 253 (99.22% from 255) = 41.61%
BLUE value IS 180 (70.70% from 255) = 29.61%
R=28.78%
G=41.61%
B=29.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752531800.3100.290.01123.8595.1283.92
HexAFFDB41F01D17c5f54
Octal257375264370351174137124
Binary101011111111110110110100111110111011111110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDB4; }

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

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

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

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

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

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

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

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