#ADEDAF

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

Shades of Celadon #ADEDAF

Tints of Celadon #ADEDAF

Color information

#ADEDAF (or 0xADEDAF) is unknown color: approx Celadon. HEX triplet: AD, ED and AF. RGB value is (173,237,175). Sum of RGB (Red+Green+Blue) = 173+237+175=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEDAF is #521250. Grayscale: #D2D2D2. Windows color (decimal): -5378641 or 11529645. OLE color: 11529645.

HSL color Cylindrical-coordinate representation of color #ADEDAF: hue angle of 121.87º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADEDAF is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB173237175-
CMYK0.2700.260.07
HSL121.87º64%80.39%-
HSV(B)121.87º27%92.94%-
XYZ55.2672.5551.65-
YUV210.8107.8101.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.57%
GREEN value IS 237 (92.97% from 255) = 40.51%
BLUE value IS 175 (68.75% from 255) = 29.91%
R=29.57%
G=40.51%
B=29.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732371750.2700.260.07121.876480.39
HexADEDAF1B01A77a4050
Octal255355257330327172100120
Binary10101101111011011010111111011011010111111101010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEDAF; }

 p { color: rgb(173,237,175); }

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

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

 a { background-color: rgb(173,237,175); }

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

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

 span { border-color: rgb(173,237,175); }

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