#ADFBB5

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

Shades of Celadon #ADFBB5

Tints of Celadon #ADFBB5

Color information

#ADFBB5 (or 0xADFBB5) is unknown color: approx Celadon. HEX triplet: AD, FB and B5. RGB value is (173,251,181). Sum of RGB (Red+Green+Blue) = 173+251+181=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 181 (71.09% from 255 or 29.92% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFBB5 is #52044A. Grayscale: #DBDBDB. Windows color (decimal): -5375051 or 11926445. OLE color: 11926445.

HSL color Cylindrical-coordinate representation of color #ADFBB5: hue angle of 126.15º 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 #ADFBB5 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB173251181-
CMYK0.3100.280.02
HSL126.15º90.7%83.14%-
HSV(B)126.15º31.08%98.43%-
XYZ60.0781.2156.23-
YUV219.7106.1694.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.60%
GREEN value IS 251 (98.44% from 255) = 41.49%
BLUE value IS 181 (71.09% from 255) = 29.92%
R=28.60%
G=41.49%
B=29.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732511810.3100.280.02126.1590.783.14
HexADFBB51F01C27e5b53
Octal255373265370342176133123
Binary1010110111111011101101011111101110010111111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFBB5; }

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

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

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

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

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

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

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

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