Html Css Color HEX #A8F3DC Water Leaf

📋 copy color: '#A8F3DC'

red 168 ◦ green 243 ◦ blue 220

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

Shades of Water Leaf #A8F3DC

Tints of Water Leaf #A8F3DC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.51%

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

R = 26.62%
G = 38.51%
B = 34.87%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#A8F3DC (or 0xA8F3DC) is known color: Water Leaf. HEX triplet: A8, F3 and DC. RGB value is (168,243,220). Sum of RGB (Red+Green+Blue) = 168+243+220=631 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.62% from 631); Green value is 243 (95.31% from 255 or 38.51% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F3DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F3DC is #570C23. Grayscale: #D9D9D9. Windows color (decimal): -5704740 or 14480296. OLE color: 14480296.

HSL color Cylindrical-coordinate representation of color #A8F3DC: hue angle of 161.6º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F3DC is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 243 220 -
CMYK 0.31 0 0.09 0.05
HSL 161.6º 0.76% 0.81% -
HSV(B) 161.6º 0.31% 0.95% -
XYZ 61.12 77.59 79.47 -
YUV 217.95 129.15 92.37 -
System Red Green Blue C M Y K H S L
Decimal 168 243 220 0.31 0 0.09 0.05 161.6 0.76 0.81
Hex A8 F3 DC 1F 0 9 5 A2 4C 51
Octal 250 363 334 37 0 11 5 242 114 121
Binary 10101000 11110011 11011100 11111 0 1001 101 10100010 1001100 1010001

Color Harmonies of #A8F3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F3DC

Black with #A8F3DC

Text Example


Text Example

White with #A8F3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F3DC; }

 p { color: rgb(168,243,220); }

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

background-color css

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

 a { background-color: rgb(168,243,220); }

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

border-color css

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

 span { border-color: rgb(168,243,220); }

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