Html Css Color HEX #ADF1E4 Water Leaf

📋 copy color: '#ADF1E4'

red 173 ◦ green 241 ◦ blue 228

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

Shades of Water Leaf #ADF1E4

Tints of Water Leaf #ADF1E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.51%

R = 26.95%
G = 37.54%
B = 35.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#ADF1E4 (or 0xADF1E4) is known color: Water Leaf. HEX triplet: AD, F1 and E4. RGB value is (173,241,228). Sum of RGB (Red+Green+Blue) = 173+241+228=642 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.95% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 228 (89.45% from 255 or 35.51% from 642); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF1E4 is #520E1B. Grayscale: #DBDBDB. Windows color (decimal): -5377564 or 15004077. OLE color: 15004077.

HSL color Cylindrical-coordinate representation of color #ADF1E4: hue angle of 168.53º 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 #ADF1E4 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 241 228 -
CMYK 0.28 0 0.05 0.05
HSL 168.53º 0.71% 0.81% -
HSV(B) 168.53º 0.28% 0.95% -
XYZ 62.69 77.4 85.03 -
YUV 219.19 132.97 95.06 -
System Red Green Blue C M Y K H S L
Decimal 173 241 228 0.28 0 0.05 0.05 168.53 0.71 0.81
Hex AD F1 E4 1C 0 5 5 A9 47 51
Octal 255 361 344 34 0 5 5 251 107 121
Binary 10101101 11110001 11100100 11100 0 101 101 10101001 1000111 1010001

Color Harmonies of #ADF1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF1E4

Black with #ADF1E4

Text Example


Text Example

White with #ADF1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF1E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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