#ADF8B4

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

Shades of Celadon #ADF8B4

Tints of Celadon #ADF8B4

Color information

#ADF8B4 (or 0xADF8B4) is unknown color: approx Celadon. HEX triplet: AD, F8 and B4. RGB value is (173,248,180). Sum of RGB (Red+Green+Blue) = 173+248+180=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 248 (97.27% from 255 or 41.26% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF8B4 is #52074B. Grayscale: #DADADA. Windows color (decimal): -5375820 or 11860141. OLE color: 11860141.

HSL color Cylindrical-coordinate representation of color #ADF8B4: hue angle of 125.6º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF8B4 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB173248180-
CMYK0.3000.270.03
HSL125.6º84.27%82.55%-
HSV(B)125.6º30.24%97.25%-
XYZ59.0479.3155.38-
YUV217.82106.6596.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.79%
GREEN value IS 248 (97.27% from 255) = 41.26%
BLUE value IS 180 (70.70% from 255) = 29.95%
R=28.79%
G=41.26%
B=29.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1732481800.3000.270.03125.684.2782.55
HexADF8B41E01B37e5453
Octal255370264360333176124123
Binary1010110111111000101101001111001101111111111010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF8B4; }

 p { color: rgb(173,248,180); }

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

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

 a { background-color: rgb(173,248,180); }

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

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

 span { border-color: rgb(173,248,180); }

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