#AFFDB3

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

Shades of Celadon #AFFDB3

Tints of Celadon #AFFDB3

Color information

#AFFDB3 (or 0xAFFDB3) is unknown color: approx Celadon. HEX triplet: AF, FD and B3. RGB value is (175,253,179). Sum of RGB (Red+Green+Blue) = 175+253+179=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 179 (70.31% from 255 or 29.49% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDB3 is #50024C. Grayscale: #DDDDDD. Windows color (decimal): -5243469 or 11795887. OLE color: 11795887.

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

Color convert

RGB175253179-
CMYK0.3100.290.01
HSL123.08º95.12%83.92%-
HSV(B)123.08º30.83%99.22%-
XYZ60.9482.6255.38-
YUV221.24104.1695.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.83%
GREEN value IS 253 (99.22% from 255) = 41.68%
BLUE value IS 179 (70.31% from 255) = 29.49%
R=28.83%
G=41.68%
B=29.49%

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
Decimal1752531790.3100.290.01123.0895.1283.92
HexAFFDB31F01D17b5f54
Octal257375263370351173137124
Binary101011111111110110110011111110111011111101110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDB3; }

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

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

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

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

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

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

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

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