Html Css Color HEX #ADF9DF Water Leaf

📋 copy color: '#ADF9DF'

red 173 ◦ green 249 ◦ blue 223

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

Shades of Water Leaf #ADF9DF

Tints of Water Leaf #ADF9DF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.6%

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

R = 26.82%
G = 38.6%
B = 34.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#ADF9DF (or 0xADF9DF) is known color: Water Leaf. HEX triplet: AD, F9 and DF. RGB value is (173,249,223). Sum of RGB (Red+Green+Blue) = 173+249+223=645 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.82% from 645); Green value is 249 (97.66% from 255 or 38.60% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF9DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF9DF is #520620. Grayscale: #DFDFDF. Windows color (decimal): -5375521 or 14678445. OLE color: 14678445.

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

Color convert

RGB 173 249 223 -
CMYK 0.31 0 0.10 0.02
HSL 159.47º 0.86% 0.83% -
HSV(B) 159.47º 0.31% 0.98% -
XYZ 64.43 81.96 82.24 -
YUV 223.31 127.82 92.11 -
System Red Green Blue C M Y K H S L
Decimal 173 249 223 0.31 0 0.10 0.02 159.47 0.86 0.83
Hex AD F9 DF 1F 0 A 2 9F 56 53
Octal 255 371 337 37 0 12 2 237 126 123
Binary 10101101 11111001 11011111 11111 0 1010 10 10011111 1010110 1010011

Color Harmonies of #ADF9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF9DF

Black with #ADF9DF

Text Example


Text Example

White with #ADF9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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