Html Css Color HEX #A6FBE1 Water Leaf

📋 copy color: '#A6FBE1'

red 166 ◦ green 251 ◦ blue 225

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

Shades of Water Leaf #A6FBE1

Tints of Water Leaf #A6FBE1

RGB

 RED value IS 166 (65.23% from 255) = 25.86%

 GREEN value IS 251 (98.44% from 255) = 39.1%

 BLUE value IS 225 (88.28% from 255) = 35.05%

R = 25.86%
G = 39.1%
B = 35.05%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#A6FBE1 (or 0xA6FBE1) is known color: Water Leaf. HEX triplet: A6, FB and E1. RGB value is (166,251,225). Sum of RGB (Red+Green+Blue) = 166+251+225=642 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.86% from 642); Green value is 251 (98.44% from 255 or 39.10% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FBE1 is #59041E. Grayscale: #DEDEDE. Windows color (decimal): -5833759 or 14810022. OLE color: 14810022.

HSL color Cylindrical-coordinate representation of color #A6FBE1: hue angle of 161.65º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FBE1 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 251 225 -
CMYK 0.34 0 0.10 0.02
HSL 161.65º 0.91% 0.82% -
HSV(B) 161.65º 0.34% 0.98% -
XYZ 63.81 82.54 83.8 -
YUV 222.62 129.34 87.61 -
System Red Green Blue C M Y K H S L
Decimal 166 251 225 0.34 0 0.10 0.02 161.65 0.91 0.82
Hex A6 FB E1 22 0 A 2 A2 5B 52
Octal 246 373 341 42 0 12 2 242 133 122
Binary 10100110 11111011 11100001 100010 0 1010 10 10100010 1011011 1010010

Color Harmonies of #A6FBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FBE1

Black with #A6FBE1

Text Example


Text Example

White with #A6FBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FBE1; }

 p { color: rgb(166,251,225); }

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

background-color css

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

 a { background-color: rgb(166,251,225); }

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

border-color css

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

 span { border-color: rgb(166,251,225); }

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