Html Css Color HEX #ADFBE7 Water Leaf

📋 copy color: '#ADFBE7'

red 173 ◦ green 251 ◦ blue 231

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

Shades of Water Leaf #ADFBE7

Tints of Water Leaf #ADFBE7

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.32%

 BLUE value IS 231 (90.63% from 255) = 35.27%

R = 26.41%
G = 38.32%
B = 35.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#ADFBE7 (or 0xADFBE7) is known color: Water Leaf. HEX triplet: AD, FB and E7. RGB value is (173,251,231). Sum of RGB (Red+Green+Blue) = 173+251+231=655 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.41% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 231 (90.62% from 255 or 35.27% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFBE7 is #520418. Grayscale: #E1E1E1. Windows color (decimal): -5375001 or 15203245. OLE color: 15203245.

HSL color Cylindrical-coordinate representation of color #ADFBE7: hue angle of 164.62º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFBE7 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 251 231 -
CMYK 0.31 0 0.08 0.02
HSL 164.62º 0.91% 0.83% -
HSV(B) 164.62º 0.31% 0.98% -
XYZ 66.15 83.65 88.26 -
YUV 225.4 131.16 90.63 -
System Red Green Blue C M Y K H S L
Decimal 173 251 231 0.31 0 0.08 0.02 164.62 0.91 0.83
Hex AD FB E7 1F 0 8 2 A5 5B 53
Octal 255 373 347 37 0 10 2 245 133 123
Binary 10101101 11111011 11100111 11111 0 1000 10 10100101 1011011 1010011

Color Harmonies of #ADFBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFBE7

Black with #ADFBE7

Text Example


Text Example

White with #ADFBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFBE7; }

 p { color: rgb(173,251,231); }

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

background-color css

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

 a { background-color: rgb(173,251,231); }

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

border-color css

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

 span { border-color: rgb(173,251,231); }

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