Html Css Color HEX #ACF3E6 Water Leaf

📋 copy color: '#ACF3E6'

red 172 ◦ green 243 ◦ blue 230

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

Shades of Water Leaf #ACF3E6

Tints of Water Leaf #ACF3E6

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.67%

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

R = 26.67%
G = 37.67%
B = 35.66%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#ACF3E6 (or 0xACF3E6) is known color: Water Leaf. HEX triplet: AC, F3 and E6. RGB value is (172,243,230). Sum of RGB (Red+Green+Blue) = 172+243+230=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 243 (95.31% from 255 or 37.67% from 645); Blue value is 230 (90.23% from 255 or 35.66% from 645); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF3E6 is #530C19. Grayscale: #DCDCDC. Windows color (decimal): -5442586 or 15135660. OLE color: 15135660.

HSL color Cylindrical-coordinate representation of color #ACF3E6: hue angle of 169.01º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF3E6 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 243 230 -
CMYK 0.29 0 0.05 0.05
HSL 169.01º 0.75% 0.81% -
HSV(B) 169.01º 0.29% 0.95% -
XYZ 63.35 78.59 86.69 -
YUV 220.29 133.48 93.56 -
System Red Green Blue C M Y K H S L
Decimal 172 243 230 0.29 0 0.05 0.05 169.01 0.75 0.81
Hex AC F3 E6 1D 0 5 5 A9 4B 51
Octal 254 363 346 35 0 5 5 251 113 121
Binary 10101100 11110011 11100110 11101 0 101 101 10101001 1001011 1010001

Color Harmonies of #ACF3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF3E6

Black with #ACF3E6

Text Example


Text Example

White with #ACF3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF3E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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