Html Css Color HEX #A7F0DF Water Leaf

📋 copy color: '#A7F0DF'

red 167 ◦ green 240 ◦ blue 223

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

Shades of Water Leaf #A7F0DF

Tints of Water Leaf #A7F0DF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.1%

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

R = 26.51%
G = 38.1%
B = 35.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#A7F0DF (or 0xA7F0DF) is known color: Water Leaf. HEX triplet: A7, F0 and DF. RGB value is (167,240,223). Sum of RGB (Red+Green+Blue) = 167+240+223=630 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.51% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 240 - color contains mainly: green. Hex color #A7F0DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7F0DF is #580F20. Grayscale: #D8D8D8. Windows color (decimal): -5771041 or 14676135. OLE color: 14676135.

HSL color Cylindrical-coordinate representation of color #A7F0DF: hue angle of 166.03º degrees, saturation: 0.71, 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 #A7F0DF is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 240 223 -
CMYK 0.30 0 0.07 0.06
HSL 166.03º 0.71% 0.8% -
HSV(B) 166.03º 0.3% 0.94% -
XYZ 60.42 75.86 81.27 -
YUV 216.24 131.82 92.88 -
System Red Green Blue C M Y K H S L
Decimal 167 240 223 0.30 0 0.07 0.06 166.03 0.71 0.8
Hex A7 F0 DF 1E 0 7 6 A6 47 50
Octal 247 360 337 36 0 7 6 246 107 120
Binary 10100111 11110000 11011111 11110 0 111 110 10100110 1000111 1010000

Color Harmonies of #A7F0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7F0DF

Black with #A7F0DF

Text Example


Text Example

White with #A7F0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7F0DF; }

 p { color: rgb(167,240,223); }

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

background-color css

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

 a { background-color: rgb(167,240,223); }

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

border-color css

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

 span { border-color: rgb(167,240,223); }

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