Html Css Color HEX #A8EEE0 Water Leaf

📋 copy color: '#A8EEE0'

red 168 ◦ green 238 ◦ blue 224

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

Shades of Water Leaf #A8EEE0

Tints of Water Leaf #A8EEE0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.78%

 BLUE value IS 224 (87.89% from 255) = 35.56%

R = 26.67%
G = 37.78%
B = 35.56%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#A8EEE0 (or 0xA8EEE0) is known color: Water Leaf. HEX triplet: A8, EE and E0. RGB value is (168,238,224). Sum of RGB (Red+Green+Blue) = 168+238+224=630 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.67% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EEE0 is #57111F. Grayscale: #D7D7D7. Windows color (decimal): -5706016 or 14741160. OLE color: 14741160.

HSL color Cylindrical-coordinate representation of color #A8EEE0: hue angle of 168º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EEE0 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 238 224 -
CMYK 0.29 0 0.06 0.07
HSL 168º 0.67% 0.8% -
HSV(B) 168º 0.29% 0.93% -
XYZ 60.18 74.86 81.8 -
YUV 215.47 132.81 94.14 -
System Red Green Blue C M Y K H S L
Decimal 168 238 224 0.29 0 0.06 0.07 168 0.67 0.8
Hex A8 EE E0 1D 0 6 7 A8 43 50
Octal 250 356 340 35 0 6 7 250 103 120
Binary 10101000 11101110 11100000 11101 0 110 111 10101000 1000011 1010000

Color Harmonies of #A8EEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EEE0

Black with #A8EEE0

Text Example


Text Example

White with #A8EEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EEE0; }

 p { color: rgb(168,238,224); }

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

background-color css

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

 a { background-color: rgb(168,238,224); }

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

border-color css

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

 span { border-color: rgb(168,238,224); }

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