Html Css Color HEX #ADF7DF Water Leaf

📋 copy color: '#ADF7DF'

red 173 ◦ green 247 ◦ blue 223

#ADF7DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #ADF7DF

Tints of Water Leaf #ADF7DF

RGB

 RED value IS 173 (67.97% from 255) = 26.91%

 GREEN value IS 247 (96.88% from 255) = 38.41%

 BLUE value IS 223 (87.5% from 255) = 34.68%

R = 26.91%
G = 38.41%
B = 34.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#ADF7DF (or 0xADF7DF) is known color: Water Leaf. HEX triplet: AD, F7 and DF. RGB value is (173,247,223). Sum of RGB (Red+Green+Blue) = 173+247+223=643 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.91% from 643); Green value is 247 (96.88% from 255 or 38.41% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF7DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF7DF is #520820. Grayscale: #DEDEDE. Windows color (decimal): -5376033 or 14677933. OLE color: 14677933.

HSL color Cylindrical-coordinate representation of color #ADF7DF: hue angle of 160.54º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF7DF is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 247 223 -
CMYK 0.30 0 0.10 0.03
HSL 160.54º 0.82% 0.82% -
HSV(B) 160.54º 0.3% 0.97% -
XYZ 63.81 80.73 82.03 -
YUV 222.14 128.48 92.95 -
System Red Green Blue C M Y K H S L
Decimal 173 247 223 0.30 0 0.10 0.03 160.54 0.82 0.82
Hex AD F7 DF 1E 0 A 3 A1 52 52
Octal 255 367 337 36 0 12 3 241 122 122
Binary 10101101 11110111 11011111 11110 0 1010 11 10100001 1010010 1010010

Color Harmonies of #ADF7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF7DF

Black with #ADF7DF

Text Example


Text Example

White with #ADF7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF7DF; }

 p { color: rgb(173,247,223); }

 H1.HeaderClassName
 {
   color: #ADF7DF;
 }
 .AnyTagClassName
 {
   color: #ADF7DF;
 }
</style>

background-color css

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

 a { background-color: rgb(173,247,223); }

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

border-color css

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

 span { border-color: rgb(173,247,223); }

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