Html Css Color HEX #A8F1E3 Water Leaf

📋 copy color: '#A8F1E3'

red 168 ◦ green 241 ◦ blue 227

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

Shades of Water Leaf #A8F1E3

Tints of Water Leaf #A8F1E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.69%

R = 26.42%
G = 37.89%
B = 35.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#A8F1E3 (or 0xA8F1E3) is known color: Water Leaf. HEX triplet: A8, F1 and E3. RGB value is (168,241,227). Sum of RGB (Red+Green+Blue) = 168+241+227=636 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.42% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 227 (89.06% from 255 or 35.69% from 636); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F1E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F1E3 is #570E1C. Grayscale: #D9D9D9. Windows color (decimal): -5705245 or 14938536. OLE color: 14938536.

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

Color convert

RGB 168 241 227 -
CMYK 0.30 0 0.06 0.05
HSL 168.49º 0.72% 0.8% -
HSV(B) 168.49º 0.3% 0.95% -
XYZ 61.47 76.78 84.25 -
YUV 217.58 133.32 92.64 -
System Red Green Blue C M Y K H S L
Decimal 168 241 227 0.30 0 0.06 0.05 168.49 0.72 0.8
Hex A8 F1 E3 1E 0 6 5 A8 48 50
Octal 250 361 343 36 0 6 5 250 110 120
Binary 10101000 11110001 11100011 11110 0 110 101 10101000 1001000 1010000

Color Harmonies of #A8F1E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F1E3

Black with #A8F1E3

Text Example


Text Example

White with #A8F1E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F1E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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