Html Css Color HEX #A8EFDC Water Leaf

📋 copy color: '#A8EFDC'

red 168 ◦ green 239 ◦ blue 220

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

Shades of Water Leaf #A8EFDC

Tints of Water Leaf #A8EFDC

RGB

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

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

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

R = 26.79%
G = 38.12%
B = 35.09%

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

#A8EFDC (or 0xA8EFDC) is known color: Water Leaf. HEX triplet: A8, EF and DC. RGB value is (168,239,220). Sum of RGB (Red+Green+Blue) = 168+239+220=627 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.79% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EFDC is #571023. Grayscale: #D7D7D7. Windows color (decimal): -5705764 or 14479272. OLE color: 14479272.

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

Color convert

RGB 168 239 220 -
CMYK 0.30 0 0.08 0.06
HSL 163.94º 0.69% 0.8% -
HSV(B) 163.94º 0.3% 0.94% -
XYZ 59.93 75.23 79.07 -
YUV 215.61 130.48 94.04 -
System Red Green Blue C M Y K H S L
Decimal 168 239 220 0.30 0 0.08 0.06 163.94 0.69 0.8
Hex A8 EF DC 1E 0 8 6 A4 45 50
Octal 250 357 334 36 0 10 6 244 105 120
Binary 10101000 11101111 11011100 11110 0 1000 110 10100100 1000101 1010000

Color Harmonies of #A8EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EFDC

Black with #A8EFDC

Text Example


Text Example

White with #A8EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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