Html Css Color HEX #ADF1DF Water Leaf

📋 copy color: '#ADF1DF'

red 173 ◦ green 241 ◦ blue 223

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

Shades of Water Leaf #ADF1DF

Tints of Water Leaf #ADF1DF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.83%

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

R = 27.16%
G = 37.83%
B = 35.01%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#ADF1DF (or 0xADF1DF) is known color: Water Leaf. HEX triplet: AD, F1 and DF. RGB value is (173,241,223). Sum of RGB (Red+Green+Blue) = 173+241+223=637 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.16% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF1DF is #520E20. Grayscale: #DADADA. Windows color (decimal): -5377569 or 14676397. OLE color: 14676397.

HSL color Cylindrical-coordinate representation of color #ADF1DF: hue angle of 164.12º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF1DF is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 241 223 -
CMYK 0.28 0 0.07 0.05
HSL 164.12º 0.71% 0.81% -
HSV(B) 164.12º 0.28% 0.95% -
XYZ 62.01 77.12 81.43 -
YUV 218.62 130.47 95.46 -
System Red Green Blue C M Y K H S L
Decimal 173 241 223 0.28 0 0.07 0.05 164.12 0.71 0.81
Hex AD F1 DF 1C 0 7 5 A4 47 51
Octal 255 361 337 34 0 7 5 244 107 121
Binary 10101101 11110001 11011111 11100 0 111 101 10100100 1000111 1010001

Color Harmonies of #ADF1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF1DF

Black with #ADF1DF

Text Example


Text Example

White with #ADF1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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