Html Css Color HEX #ACEFDD Water Leaf

📋 copy color: '#ACEFDD'

red 172 ◦ green 239 ◦ blue 221

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

Shades of Water Leaf #ACEFDD

Tints of Water Leaf #ACEFDD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.82%

 BLUE value IS 221 (86.72% from 255) = 34.97%

R = 27.22%
G = 37.82%
B = 34.97%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#ACEFDD (or 0xACEFDD) is known color: Water Leaf. HEX triplet: AC, EF and DD. RGB value is (172,239,221). Sum of RGB (Red+Green+Blue) = 172+239+221=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEFDD is #531022. Grayscale: #D8D8D8. Windows color (decimal): -5443619 or 14544812. OLE color: 14544812.

HSL color Cylindrical-coordinate representation of color #ACEFDD: hue angle of 163.88º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEFDD is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 239 221 -
CMYK 0.28 0 0.08 0.06
HSL 163.88º 0.68% 0.81% -
HSV(B) 163.88º 0.28% 0.94% -
XYZ 60.93 75.72 79.81 -
YUV 216.92 130.3 95.96 -
System Red Green Blue C M Y K H S L
Decimal 172 239 221 0.28 0 0.08 0.06 163.88 0.68 0.81
Hex AC EF DD 1C 0 8 6 A4 44 51
Octal 254 357 335 34 0 10 6 244 104 121
Binary 10101100 11101111 11011101 11100 0 1000 110 10100100 1000100 1010001

Color Harmonies of #ACEFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEFDD

Black with #ACEFDD

Text Example


Text Example

White with #ACEFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEFDD; }

 p { color: rgb(172,239,221); }

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

background-color css

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

 a { background-color: rgb(172,239,221); }

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

border-color css

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

 span { border-color: rgb(172,239,221); }

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