Html Css Color HEX #ADF2DF Water Leaf

📋 copy color: '#ADF2DF'

red 173 ◦ green 242 ◦ blue 223

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

Shades of Water Leaf #ADF2DF

Tints of Water Leaf #ADF2DF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.93%

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

R = 27.12%
G = 37.93%
B = 34.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#ADF2DF (or 0xADF2DF) is known color: Water Leaf. HEX triplet: AD, F2 and DF. RGB value is (173,242,223). Sum of RGB (Red+Green+Blue) = 173+242+223=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF2DF is #520D20. Grayscale: #DBDBDB. Windows color (decimal): -5377313 or 14676653. OLE color: 14676653.

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

Color convert

RGB 173 242 223 -
CMYK 0.29 0 0.08 0.05
HSL 163.48º 0.73% 0.81% -
HSV(B) 163.48º 0.29% 0.95% -
XYZ 62.31 77.72 81.53 -
YUV 219.2 130.14 95.04 -
System Red Green Blue C M Y K H S L
Decimal 173 242 223 0.29 0 0.08 0.05 163.48 0.73 0.81
Hex AD F2 DF 1D 0 8 5 A3 49 51
Octal 255 362 337 35 0 10 5 243 111 121
Binary 10101101 11110010 11011111 11101 0 1000 101 10100011 1001001 1010001

Color Harmonies of #ADF2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF2DF

Black with #ADF2DF

Text Example


Text Example

White with #ADF2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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