Html Css Color HEX #ADFEEB Water Leaf

📋 copy color: '#ADFEEB'

red 173 ◦ green 254 ◦ blue 235

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

Shades of Water Leaf #ADFEEB

Tints of Water Leaf #ADFEEB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.37%

 BLUE value IS 235 (92.19% from 255) = 35.5%

R = 26.13%
G = 38.37%
B = 35.5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#ADFEEB (or 0xADFEEB) is known color: Water Leaf. HEX triplet: AD, FE and EB. RGB value is (173,254,235). Sum of RGB (Red+Green+Blue) = 173+254+235=662 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.13% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFEEB is #520114. Grayscale: #E3E3E3. Windows color (decimal): -5374229 or 15466157. OLE color: 15466157.

HSL color Cylindrical-coordinate representation of color #ADFEEB: hue angle of 165.93º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFEEB is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 254 235 -
CMYK 0.32 0 0.07 0.00
HSL 165.93º 0.98% 0.84% -
HSV(B) 165.93º 0.32% 1% -
XYZ 67.67 85.77 91.59 -
YUV 227.62 132.16 89.04 -
System Red Green Blue C M Y K H S L
Decimal 173 254 235 0.32 0 0.07 0.00 165.93 0.98 0.84
Hex AD FE EB 20 0 7 0 A6 62 54
Octal 255 376 353 40 0 7 0 246 142 124
Binary 10101101 11111110 11101011 100000 0 111 0 10100110 1100010 1010100

Color Harmonies of #ADFEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFEEB

Black with #ADFEEB

Text Example


Text Example

White with #ADFEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFEEB; }

 p { color: rgb(173,254,235); }

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

background-color css

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

 a { background-color: rgb(173,254,235); }

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

border-color css

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

 span { border-color: rgb(173,254,235); }

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