Html Css Color HEX #ACFEE6 Water Leaf

📋 copy color: '#ACFEE6'

red 172 ◦ green 254 ◦ blue 230

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

Shades of Water Leaf #ACFEE6

Tints of Water Leaf #ACFEE6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.72%

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

R = 26.22%
G = 38.72%
B = 35.06%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#ACFEE6 (or 0xACFEE6) is known color: Water Leaf. HEX triplet: AC, FE and E6. RGB value is (172,254,230). Sum of RGB (Red+Green+Blue) = 172+254+230=656 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.22% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 230 (90.23% from 255 or 35.06% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFEE6 is #530119. Grayscale: #E2E2E2. Windows color (decimal): -5439770 or 15138476. OLE color: 15138476.

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

Color convert

RGB 172 254 230 -
CMYK 0.32 0 0.09 0.00
HSL 162.44º 0.98% 0.84% -
HSV(B) 162.44º 0.32% 1% -
XYZ 66.74 85.37 87.82 -
YUV 226.75 129.83 88.95 -
System Red Green Blue C M Y K H S L
Decimal 172 254 230 0.32 0 0.09 0.00 162.44 0.98 0.84
Hex AC FE E6 20 0 9 0 A2 62 54
Octal 254 376 346 40 0 11 0 242 142 124
Binary 10101100 11111110 11100110 100000 0 1001 0 10100010 1100010 1010100

Color Harmonies of #ACFEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFEE6

Black with #ACFEE6

Text Example


Text Example

White with #ACFEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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