Html Css Color HEX #ADEFDC Water Leaf

📋 copy color: '#ADEFDC'

red 173 ◦ green 239 ◦ blue 220

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

Shades of Water Leaf #ADEFDC

Tints of Water Leaf #ADEFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.82%

 BLUE value IS 220 (86.33% from 255) = 34.81%

R = 27.37%
G = 37.82%
B = 34.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#ADEFDC (or 0xADEFDC) is known color: Water Leaf. HEX triplet: AD, EF and DC. RGB value is (173,239,220). Sum of RGB (Red+Green+Blue) = 173+239+220=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEFDC is #521023. Grayscale: #D9D9D9. Windows color (decimal): -5378084 or 14479277. OLE color: 14479277.

HSL color Cylindrical-coordinate representation of color #ADEFDC: hue angle of 162.73º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADEFDC is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 239 220 -
CMYK 0.28 0 0.08 0.06
HSL 162.73º 0.67% 0.81% -
HSV(B) 162.73º 0.28% 0.94% -
XYZ 61.02 75.78 79.12 -
YUV 217.1 129.63 96.54 -
System Red Green Blue C M Y K H S L
Decimal 173 239 220 0.28 0 0.08 0.06 162.73 0.67 0.81
Hex AD EF DC 1C 0 8 6 A3 43 51
Octal 255 357 334 34 0 10 6 243 103 121
Binary 10101101 11101111 11011100 11100 0 1000 110 10100011 1000011 1010001

Color Harmonies of #ADEFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEFDC

Black with #ADEFDC

Text Example


Text Example

White with #ADEFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEFDC; }

 p { color: rgb(173,239,220); }

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

background-color css

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

 a { background-color: rgb(173,239,220); }

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

border-color css

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

 span { border-color: rgb(173,239,220); }

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