#ADFCB3

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

Shades of Celadon #ADFCB3

Tints of Celadon #ADFCB3

Color information

#ADFCB3 (or 0xADFCB3) is unknown color: approx Celadon. HEX triplet: AD, FC and B3. RGB value is (173,252,179). Sum of RGB (Red+Green+Blue) = 173+252+179=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 252 (98.83% from 255 or 41.72% from 604); Blue value is 179 (70.31% from 255 or 29.64% from 604); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFCB3 is #52034C. Grayscale: #DCDCDC. Windows color (decimal): -5374797 or 11795629. OLE color: 11795629.

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

Color convert

RGB173252179-
CMYK0.3100.290.01
HSL124.56º92.94%83.33%-
HSV(B)124.56º31.35%98.82%-
XYZ60.1881.7655.26-
YUV220.06104.8394.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.64%
GREEN value IS 252 (98.83% from 255) = 41.72%
BLUE value IS 179 (70.31% from 255) = 29.64%
R=28.64%
G=41.72%
B=29.64%

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
Decimal1732521790.3100.290.01124.5692.9483.33
HexADFCB31F01D17d5d53
Octal255374263370351175135123
Binary101011011111110010110011111110111011111110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFCB3; }

 p { color: rgb(173,252,179); }

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

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

 a { background-color: rgb(173,252,179); }

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

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

 span { border-color: rgb(173,252,179); }

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