Html Css Color HEX #ACF3E1 Water Leaf

📋 copy color: '#ACF3E1'

red 172 ◦ green 243 ◦ blue 225

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

Shades of Water Leaf #ACF3E1

Tints of Water Leaf #ACF3E1

RGB

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

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

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

R = 26.88%
G = 37.97%
B = 35.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#ACF3E1 (or 0xACF3E1) is known color: Water Leaf. HEX triplet: AC, F3 and E1. RGB value is (172,243,225). Sum of RGB (Red+Green+Blue) = 172+243+225=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 243 (95.31% from 255 or 37.97% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3E1 is #530C1E. Grayscale: #DBDBDB. Windows color (decimal): -5442591 or 14807980. OLE color: 14807980.

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

Color convert

RGB 172 243 225 -
CMYK 0.29 0 0.07 0.05
HSL 164.79º 0.75% 0.81% -
HSV(B) 164.79º 0.29% 0.95% -
XYZ 62.65 78.31 83.05 -
YUV 219.72 130.98 93.96 -
System Red Green Blue C M Y K H S L
Decimal 172 243 225 0.29 0 0.07 0.05 164.79 0.75 0.81
Hex AC F3 E1 1D 0 7 5 A5 4B 51
Octal 254 363 341 35 0 7 5 245 113 121
Binary 10101100 11110011 11100001 11101 0 111 101 10100101 1001011 1010001

Color Harmonies of #ACF3E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF3E1

Black with #ACF3E1

Text Example


Text Example

White with #ACF3E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF3E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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