#ADEBB3

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

Shades of Celadon #ADEBB3

Tints of Celadon #ADEBB3

Color information

#ADEBB3 (or 0xADEBB3) is unknown color: approx Celadon. HEX triplet: AD, EB and B3. RGB value is (173,235,179). Sum of RGB (Red+Green+Blue) = 173+235+179=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 179 (70.31% from 255 or 30.49% from 587); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBB3 is #52144C. Grayscale: #D2D2D2. Windows color (decimal): -5379149 or 11791277. OLE color: 11791277.

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

Color convert

RGB173235179-
CMYK0.2600.240.08
HSL125.81º60.78%80%-
HSV(B)125.81º26.38%92.16%-
XYZ55.0871.5653.56-
YUV210.08110.46101.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.47%
GREEN value IS 235 (92.19% from 255) = 40.03%
BLUE value IS 179 (70.31% from 255) = 30.49%
R=29.47%
G=40.03%
B=30.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732351790.2600.240.08125.8160.7880
HexADEBB31A01887e3d50
Octal255353263320301017675120
Binary10101101111010111011001111010011000100011111101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEBB3; }

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

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

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

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

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

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

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

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