Html Css Color HEX #ADEADF Water Leaf

📋 copy color: '#ADEADF'

red 173 ◦ green 234 ◦ blue 223

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

Shades of Water Leaf #ADEADF

Tints of Water Leaf #ADEADF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.14%

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

R = 27.46%
G = 37.14%
B = 35.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#ADEADF (or 0xADEADF) is known color: Water Leaf. HEX triplet: AD, EA and DF. RGB value is (173,234,223). Sum of RGB (Red+Green+Blue) = 173+234+223=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEADF is #521520. Grayscale: #D6D6D6. Windows color (decimal): -5379361 or 14674605. OLE color: 14674605.

HSL color Cylindrical-coordinate representation of color #ADEADF: hue angle of 169.18º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEADF is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 234 223 -
CMYK 0.26 0 0.05 0.08
HSL 169.18º 0.59% 0.8% -
HSV(B) 169.18º 0.26% 0.92% -
XYZ 59.98 73.06 80.75 -
YUV 214.51 132.79 98.39 -
System Red Green Blue C M Y K H S L
Decimal 173 234 223 0.26 0 0.05 0.08 169.18 0.59 0.8
Hex AD EA DF 1A 0 5 8 A9 3B 50
Octal 255 352 337 32 0 5 10 251 73 120
Binary 10101101 11101010 11011111 11010 0 101 1000 10101001 111011 1010000

Color Harmonies of #ADEADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEADF

Black with #ADEADF

Text Example


Text Example

White with #ADEADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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