#ADEEAF

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

Shades of Celadon #ADEEAF

Tints of Celadon #ADEEAF

Color information

#ADEEAF (or 0xADEEAF) is unknown color: approx Celadon. HEX triplet: AD, EE and AF. RGB value is (173,238,175). Sum of RGB (Red+Green+Blue) = 173+238+175=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEEAF is #521150. Grayscale: #D3D3D3. Windows color (decimal): -5378385 or 11529901. OLE color: 11529901.

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

Color convert

RGB173238175-
CMYK0.2700.260.07
HSL121.85º65.66%80.59%-
HSV(B)121.85º27.31%93.33%-
XYZ55.5573.1351.75-
YUV211.38107.47100.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.52%
GREEN value IS 238 (93.36% from 255) = 40.61%
BLUE value IS 175 (68.75% from 255) = 29.86%
R=29.52%
G=40.61%
B=29.86%

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
Decimal1732381750.2700.260.07121.8565.6680.59
HexADEEAF1B01A77a4251
Octal255356257330327172102121
Binary10101101111011101010111111011011010111111101010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEEAF; }

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

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

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

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

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

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

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

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