#ADEBB1

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

Shades of Celadon #ADEBB1

Tints of Celadon #ADEBB1

Color information

#ADEBB1 (or 0xADEBB1) is unknown color: approx Celadon. HEX triplet: AD, EB and B1. RGB value is (173,235,177). Sum of RGB (Red+Green+Blue) = 173+235+177=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 177 (69.53% from 255 or 30.26% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEBB1 is #52144E. Grayscale: #D2D2D2. Windows color (decimal): -5379151 or 11660205. OLE color: 11660205.

HSL color Cylindrical-coordinate representation of color #ADEBB1: hue angle of 123.87º 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 #ADEBB1 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB173235177-
CMYK0.2600.250.08
HSL123.87º60.78%80%-
HSV(B)123.87º26.38%92.16%-
XYZ54.8871.4852.5-
YUV209.85109.46101.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.57%
GREEN value IS 235 (92.19% from 255) = 40.17%
BLUE value IS 177 (69.53% from 255) = 30.26%
R=29.57%
G=40.17%
B=30.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732351770.2600.250.08123.8760.7880
HexADEBB11A01987c3d50
Octal255353261320311017475120
Binary10101101111010111011000111010011001100011111001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEBB1; }

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

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

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

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

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

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

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

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