Html Css Color HEX #ACF3E0 Water Leaf

📋 copy color: '#ACF3E0'

red 172 ◦ green 243 ◦ blue 224

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

Shades of Water Leaf #ACF3E0

Tints of Water Leaf #ACF3E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.05%

R = 26.92%
G = 38.03%
B = 35.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#ACF3E0 (or 0xACF3E0) is known color: Water Leaf. HEX triplet: AC, F3 and E0. RGB value is (172,243,224). Sum of RGB (Red+Green+Blue) = 172+243+224=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 243 (95.31% from 255 or 38.03% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3E0 is #530C1F. Grayscale: #DBDBDB. Windows color (decimal): -5442592 or 14742444. OLE color: 14742444.

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

Color convert

RGB 172 243 224 -
CMYK 0.29 0 0.08 0.05
HSL 163.94º 0.75% 0.81% -
HSV(B) 163.94º 0.29% 0.95% -
XYZ 62.52 78.25 82.33 -
YUV 219.61 130.48 94.04 -
System Red Green Blue C M Y K H S L
Decimal 172 243 224 0.29 0 0.08 0.05 163.94 0.75 0.81
Hex AC F3 E0 1D 0 8 5 A4 4B 51
Octal 254 363 340 35 0 10 5 244 113 121
Binary 10101100 11110011 11100000 11101 0 1000 101 10100100 1001011 1010001

Color Harmonies of #ACF3E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF3E0

Black with #ACF3E0

Text Example


Text Example

White with #ACF3E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF3E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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