Html Css Color HEX #ADEFDA Water Leaf

📋 copy color: '#ADEFDA'

red 173 ◦ green 239 ◦ blue 218

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

Shades of Water Leaf #ADEFDA

Tints of Water Leaf #ADEFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.6%

R = 27.46%
G = 37.94%
B = 34.6%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#ADEFDA (or 0xADEFDA) is known color: Water Leaf. HEX triplet: AD, EF and DA. RGB value is (173,239,218). Sum of RGB (Red+Green+Blue) = 173+239+218=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEFDA is #521025. Grayscale: #D8D8D8. Windows color (decimal): -5378086 or 14348205. OLE color: 14348205.

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

Color convert

RGB 173 239 218 -
CMYK 0.28 0 0.09 0.06
HSL 160.91º 0.67% 0.81% -
HSV(B) 160.91º 0.28% 0.94% -
XYZ 60.75 75.68 77.74 -
YUV 216.87 128.63 96.71 -
System Red Green Blue C M Y K H S L
Decimal 173 239 218 0.28 0 0.09 0.06 160.91 0.67 0.81
Hex AD EF DA 1C 0 9 6 A1 43 51
Octal 255 357 332 34 0 11 6 241 103 121
Binary 10101101 11101111 11011010 11100 0 1001 110 10100001 1000011 1010001

Color Harmonies of #ADEFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEFDA

Black with #ADEFDA

Text Example


Text Example

White with #ADEFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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