#AFFDB1

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

Shades of Celadon #AFFDB1

Tints of Celadon #AFFDB1

Color information

#AFFDB1 (or 0xAFFDB1) is unknown color: approx Celadon. HEX triplet: AF, FD and B1. RGB value is (175,253,177). Sum of RGB (Red+Green+Blue) = 175+253+177=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFDB1 is #50024E. Grayscale: #DDDDDD. Windows color (decimal): -5243471 or 11664815. OLE color: 11664815.

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

Color convert

RGB175253177-
CMYK0.3100.300.01
HSL121.54º95.12%83.92%-
HSV(B)121.54º30.83%99.22%-
XYZ60.7482.5454.33-
YUV221.01103.1695.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.93%
GREEN value IS 253 (99.22% from 255) = 41.82%
BLUE value IS 177 (69.53% from 255) = 29.26%
R=28.93%
G=41.82%
B=29.26%

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
Decimal1752531770.3100.300.01121.5495.1283.92
HexAFFDB11F01E17a5f54
Octal257375261370361172137124
Binary101011111111110110110001111110111101111101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDB1; }

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

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

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

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

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

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

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

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