Html Css Color HEX #A7EFDC Water Leaf

📋 copy color: '#A7EFDC'

red 167 ◦ green 239 ◦ blue 220

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

Shades of Water Leaf #A7EFDC

Tints of Water Leaf #A7EFDC

RGB

 RED value IS 167 (65.63% from 255) = 26.68%

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

 BLUE value IS 220 (86.33% from 255) = 35.14%

R = 26.68%
G = 38.18%
B = 35.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#A7EFDC (or 0xA7EFDC) is known color: Water Leaf. HEX triplet: A7, EF and DC. RGB value is (167,239,220). Sum of RGB (Red+Green+Blue) = 167+239+220=626 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.68% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 239 - color contains mainly: green. Hex color #A7EFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EFDC is #581023. Grayscale: #D7D7D7. Windows color (decimal): -5771300 or 14479271. OLE color: 14479271.

HSL color Cylindrical-coordinate representation of color #A7EFDC: hue angle of 164.17º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7EFDC is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 239 220 -
CMYK 0.30 0 0.08 0.06
HSL 164.17º 0.69% 0.8% -
HSV(B) 164.17º 0.3% 0.94% -
XYZ 59.72 75.12 79.06 -
YUV 215.31 130.65 93.54 -
System Red Green Blue C M Y K H S L
Decimal 167 239 220 0.30 0 0.08 0.06 164.17 0.69 0.8
Hex A7 EF DC 1E 0 8 6 A4 45 50
Octal 247 357 334 36 0 10 6 244 105 120
Binary 10100111 11101111 11011100 11110 0 1000 110 10100100 1000101 1010000

Color Harmonies of #A7EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7EFDC

Black with #A7EFDC

Text Example


Text Example

White with #A7EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7EFDC; }

 p { color: rgb(167,239,220); }

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

background-color css

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

 a { background-color: rgb(167,239,220); }

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

border-color css

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

 span { border-color: rgb(167,239,220); }

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