#ADEBB5

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

Shades of Celadon #ADEBB5

Tints of Celadon #ADEBB5

Color information

#ADEBB5 (or 0xADEBB5) is unknown color: approx Celadon. HEX triplet: AD, EB and B5. RGB value is (173,235,181). Sum of RGB (Red+Green+Blue) = 173+235+181=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBB5 is #52144A. Grayscale: #D2D2D2. Windows color (decimal): -5379147 or 11922349. OLE color: 11922349.

HSL color Cylindrical-coordinate representation of color #ADEBB5: hue angle of 127.74º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEBB5 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB173235181-
CMYK0.2600.230.08
HSL127.74º60.78%80%-
HSV(B)127.74º26.38%92.16%-
XYZ55.2871.6454.63-
YUV210.31111.46101.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.37%
GREEN value IS 235 (92.19% from 255) = 39.90%
BLUE value IS 181 (71.09% from 255) = 30.73%
R=29.37%
G=39.90%
B=30.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732351810.2600.230.08127.7460.7880
HexADEBB51A0178803d50
Octal255353265320271020075120
Binary101011011110101110110101110100101111000100000001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEBB5; }

 p { color: rgb(173,235,181); }

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

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

 a { background-color: rgb(173,235,181); }

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

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

 span { border-color: rgb(173,235,181); }

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