Html Css Color HEX #ACF3DF Water Leaf

📋 copy color: '#ACF3DF'

red 172 ◦ green 243 ◦ blue 223

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

Shades of Water Leaf #ACF3DF

Tints of Water Leaf #ACF3DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.95%

R = 26.96%
G = 38.09%
B = 34.95%

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

#ACF3DF (or 0xACF3DF) is known color: Water Leaf. HEX triplet: AC, F3 and DF. RGB value is (172,243,223). Sum of RGB (Red+Green+Blue) = 172+243+223=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 243 (95.31% from 255 or 38.09% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3DF is #530C20. Grayscale: #DBDBDB. Windows color (decimal): -5442593 or 14676908. OLE color: 14676908.

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

Color convert

RGB 172 243 223 -
CMYK 0.29 0 0.08 0.05
HSL 163.1º 0.75% 0.81% -
HSV(B) 163.1º 0.29% 0.95% -
XYZ 62.38 78.2 81.62 -
YUV 219.49 129.98 94.13 -
System Red Green Blue C M Y K H S L
Decimal 172 243 223 0.29 0 0.08 0.05 163.1 0.75 0.81
Hex AC F3 DF 1D 0 8 5 A3 4B 51
Octal 254 363 337 35 0 10 5 243 113 121
Binary 10101100 11110011 11011111 11101 0 1000 101 10100011 1001011 1010001

Color Harmonies of #ACF3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF3DF

Black with #ACF3DF

Text Example


Text Example

White with #ACF3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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