Html Css Color HEX #ACFFE6 Water Leaf

📋 copy color: '#ACFFE6'

red 172 ◦ green 255 ◦ blue 230

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

Shades of Water Leaf #ACFFE6

Tints of Water Leaf #ACFFE6

RGB

 RED value IS 172 (67.58% from 255) = 26.18%

 GREEN value IS 255 (100% from 255) = 38.81%

 BLUE value IS 230 (90.23% from 255) = 35.01%

R = 26.18%
G = 38.81%
B = 35.01%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#ACFFE6 (or 0xACFFE6) is known color: Water Leaf. HEX triplet: AC, FF and E6. RGB value is (172,255,230). Sum of RGB (Red+Green+Blue) = 172+255+230=657 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.18% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFFE6 is #530019. Grayscale: #E3E3E3. Windows color (decimal): -5439514 or 15138732. OLE color: 15138732.

HSL color Cylindrical-coordinate representation of color #ACFFE6: hue angle of 161.93º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFE6 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 172 255 230 -
CMYK 0.33 0 0.10 0
HSL 161.93º 1% 0.84% -
HSV(B) 161.93º 0.33% 1% -
XYZ 67.06 86 87.93 -
YUV 227.33 129.5 88.53 -
System Red Green Blue C M Y K H S L
Decimal 172 255 230 0.33 0 0.10 0 161.93 1 0.84
Hex AC FF E6 21 0 A 0 A2 64 54
Octal 254 377 346 41 0 12 0 242 144 124
Binary 10101100 11111111 11100110 100001 0 1010 0 10100010 1100100 1010100

Color Harmonies of #ACFFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFE6

Black with #ACFFE6

Text Example


Text Example

White with #ACFFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFE6; }

 p { color: rgb(172,255,230); }

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

background-color css

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

 a { background-color: rgb(172,255,230); }

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

border-color css

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

 span { border-color: rgb(172,255,230); }

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