#AFFDAC

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

Shades of Celadon #AFFDAC

Tints of Celadon #AFFDAC

Color information

#AFFDAC (or 0xAFFDAC) is unknown color: approx Celadon. HEX triplet: AF, FD and AC. RGB value is (175,253,172). Sum of RGB (Red+Green+Blue) = 175+253+172=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 172 (67.58% from 255 or 28.67% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFDAC is #500253. Grayscale: #DCDCDC. Windows color (decimal): -5243476 or 11337135. OLE color: 11337135.

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

Color convert

RGB175253172-
CMYK0.3100.320.01
HSL117.78º95.29%83.33%-
HSV(B)117.78º32.02%99.22%-
XYZ60.2582.3451.75-
YUV220.44100.6695.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.17%
GREEN value IS 253 (99.22% from 255) = 42.17%
BLUE value IS 172 (67.58% from 255) = 28.67%
R=29.17%
G=42.17%
B=28.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752531720.3100.320.01117.7895.2983.33
HexAFFDAC1F0201765f53
Octal257375254370401166137123
Binary1010111111111101101011001111101000001111011010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDAC; }

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

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

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

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

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

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

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

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