#ADF6B4

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

Shades of Celadon #ADF6B4

Tints of Celadon #ADF6B4

Color information

#ADF6B4 (or 0xADF6B4) is unknown color: approx Celadon. HEX triplet: AD, F6 and B4. RGB value is (173,246,180). Sum of RGB (Red+Green+Blue) = 173+246+180=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 246 (96.48% from 255 or 41.07% from 599); Blue value is 180 (70.70% from 255 or 30.05% from 599); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF6B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF6B4 is #52094B. Grayscale: #D8D8D8. Windows color (decimal): -5376332 or 11859629. OLE color: 11859629.

HSL color Cylindrical-coordinate representation of color #ADF6B4: hue angle of 125.75º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF6B4 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB173246180-
CMYK0.3000.270.04
HSL125.75º80.22%82.16%-
HSV(B)125.75º29.67%96.47%-
XYZ58.4378.0955.17-
YUV216.65107.3296.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.88%
GREEN value IS 246 (96.48% from 255) = 41.07%
BLUE value IS 180 (70.70% from 255) = 30.05%
R=28.88%
G=41.07%
B=30.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732461800.3000.270.04125.7580.2282.16
HexADF6B41E01B47e5052
Octal255366264360334176120122
Binary10101101111101101011010011110011011100111111010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF6B4; }

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

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

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

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

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

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

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

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