Html Css Color HEX #A8F1DF Water Leaf

📋 copy color: '#A8F1DF'

red 168 ◦ green 241 ◦ blue 223

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

Shades of Water Leaf #A8F1DF

Tints of Water Leaf #A8F1DF

RGB

 RED value IS 168 (66.02% from 255) = 26.58%

 GREEN value IS 241 (94.53% from 255) = 38.13%

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

R = 26.58%
G = 38.13%
B = 35.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#A8F1DF (or 0xA8F1DF) is known color: Water Leaf. HEX triplet: A8, F1 and DF. RGB value is (168,241,223). Sum of RGB (Red+Green+Blue) = 168+241+223=632 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.58% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F1DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F1DF is #570E20. Grayscale: #D9D9D9. Windows color (decimal): -5705249 or 14676392. OLE color: 14676392.

HSL color Cylindrical-coordinate representation of color #A8F1DF: hue angle of 165.21º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8F1DF is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 241 223 -
CMYK 0.30 0 0.07 0.05
HSL 165.21º 0.72% 0.8% -
HSV(B) 165.21º 0.3% 0.95% -
XYZ 60.92 76.56 81.38 -
YUV 217.12 131.32 92.96 -
System Red Green Blue C M Y K H S L
Decimal 168 241 223 0.30 0 0.07 0.05 165.21 0.72 0.8
Hex A8 F1 DF 1E 0 7 5 A5 48 50
Octal 250 361 337 36 0 7 5 245 110 120
Binary 10101000 11110001 11011111 11110 0 111 101 10100101 1001000 1010000

Color Harmonies of #A8F1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F1DF

Black with #A8F1DF

Text Example


Text Example

White with #A8F1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F1DF; }

 p { color: rgb(168,241,223); }

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

background-color css

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

 a { background-color: rgb(168,241,223); }

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

border-color css

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

 span { border-color: rgb(168,241,223); }

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