Html Css Color HEX #ACFADF Water Leaf

📋 copy color: '#ACFADF'

red 172 ◦ green 250 ◦ blue 223

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

Shades of Water Leaf #ACFADF

Tints of Water Leaf #ACFADF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.76%

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

R = 26.67%
G = 38.76%
B = 34.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#ACFADF (or 0xACFADF) is known color: Water Leaf. HEX triplet: AC, FA and DF. RGB value is (172,250,223). Sum of RGB (Red+Green+Blue) = 172+250+223=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFADF is #530520. Grayscale: #DFDFDF. Windows color (decimal): -5440801 or 14678700. OLE color: 14678700.

HSL color Cylindrical-coordinate representation of color #ACFADF: hue angle of 159.23º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFADF is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 250 223 -
CMYK 0.31 0 0.11 0.02
HSL 159.23º 0.89% 0.83% -
HSV(B) 159.23º 0.31% 0.98% -
XYZ 64.52 82.47 82.33 -
YUV 223.6 127.66 91.2 -
System Red Green Blue C M Y K H S L
Decimal 172 250 223 0.31 0 0.11 0.02 159.23 0.89 0.83
Hex AC FA DF 1F 0 B 2 9F 59 53
Octal 254 372 337 37 0 13 2 237 131 123
Binary 10101100 11111010 11011111 11111 0 1011 10 10011111 1011001 1010011

Color Harmonies of #ACFADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFADF

Black with #ACFADF

Text Example


Text Example

White with #ACFADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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