Html Css Color HEX #A8FDEA Water Leaf

📋 copy color: '#A8FDEA'

red 168 ◦ green 253 ◦ blue 234

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

Shades of Water Leaf #A8FDEA

Tints of Water Leaf #A8FDEA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.63%

 BLUE value IS 234 (91.8% from 255) = 35.73%

R = 25.65%
G = 38.63%
B = 35.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#A8FDEA (or 0xA8FDEA) is known color: Water Leaf. HEX triplet: A8, FD and EA. RGB value is (168,253,234). Sum of RGB (Red+Green+Blue) = 168+253+234=655 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.65% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FDEA is #570215. Grayscale: #E1E1E1. Windows color (decimal): -5702166 or 15400360. OLE color: 15400360.

HSL color Cylindrical-coordinate representation of color #A8FDEA: hue angle of 166.59º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FDEA is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 253 234 -
CMYK 0.34 0 0.08 0.01
HSL 166.59º 0.96% 0.83% -
HSV(B) 166.59º 0.34% 0.99% -
XYZ 66.13 84.52 90.67 -
YUV 225.42 132.84 87.04 -
System Red Green Blue C M Y K H S L
Decimal 168 253 234 0.34 0 0.08 0.01 166.59 0.96 0.83
Hex A8 FD EA 22 0 8 1 A7 60 53
Octal 250 375 352 42 0 10 1 247 140 123
Binary 10101000 11111101 11101010 100010 0 1000 1 10100111 1100000 1010011

Color Harmonies of #A8FDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FDEA

Black with #A8FDEA

Text Example


Text Example

White with #A8FDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FDEA; }

 p { color: rgb(168,253,234); }

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

background-color css

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

 a { background-color: rgb(168,253,234); }

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

border-color css

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

 span { border-color: rgb(168,253,234); }

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