#ADFBB2

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

Shades of Celadon #ADFBB2

Tints of Celadon #ADFBB2

Color information

#ADFBB2 (or 0xADFBB2) is unknown color: approx Celadon. HEX triplet: AD, FB and B2. RGB value is (173,251,178). Sum of RGB (Red+Green+Blue) = 173+251+178=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 251 (98.44% from 255 or 41.69% from 602); Blue value is 178 (69.92% from 255 or 29.57% from 602); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFBB2 is #52044D. Grayscale: #DBDBDB. Windows color (decimal): -5375054 or 11729837. OLE color: 11729837.

HSL color Cylindrical-coordinate representation of color #ADFBB2: hue angle of 123.85º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFBB2 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB173251178-
CMYK0.3100.290.02
HSL123.85º90.7%83.14%-
HSV(B)123.85º31.08%98.43%-
XYZ59.7781.0954.62-
YUV219.36104.6694.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.74%
GREEN value IS 251 (98.44% from 255) = 41.69%
BLUE value IS 178 (69.92% from 255) = 29.57%
R=28.74%
G=41.69%
B=29.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732511780.3100.290.02123.8590.783.14
HexADFBB21F01D27c5b53
Octal255373262370352174133123
Binary1010110111111011101100101111101110110111110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFBB2; }

 p { color: rgb(173,251,178); }

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

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

 a { background-color: rgb(173,251,178); }

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

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

 span { border-color: rgb(173,251,178); }

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