Html Css Color HEX #ADF1E3 Water Leaf

📋 copy color: '#ADF1E3'

red 173 ◦ green 241 ◦ blue 227

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

Shades of Water Leaf #ADF1E3

Tints of Water Leaf #ADF1E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.41%

R = 26.99%
G = 37.6%
B = 35.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#ADF1E3 (or 0xADF1E3) is known color: Water Leaf. HEX triplet: AD, F1 and E3. RGB value is (173,241,227). Sum of RGB (Red+Green+Blue) = 173+241+227=641 (84% of max value = 765). Red value is 173 (67.97% from 255 or 26.99% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 227 (89.06% from 255 or 35.41% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF1E3 is #520E1C. Grayscale: #DBDBDB. Windows color (decimal): -5377565 or 14938541. OLE color: 14938541.

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

Color convert

RGB 173 241 227 -
CMYK 0.28 0 0.06 0.05
HSL 167.65º 0.71% 0.81% -
HSV(B) 167.65º 0.28% 0.95% -
XYZ 62.55 77.34 84.3 -
YUV 219.07 132.47 95.14 -
System Red Green Blue C M Y K H S L
Decimal 173 241 227 0.28 0 0.06 0.05 167.65 0.71 0.81
Hex AD F1 E3 1C 0 6 5 A8 47 51
Octal 255 361 343 34 0 6 5 250 107 121
Binary 10101101 11110001 11100011 11100 0 110 101 10101000 1000111 1010001

Color Harmonies of #ADF1E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF1E3

Black with #ADF1E3

Text Example


Text Example

White with #ADF1E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF1E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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