Html Css Color HEX #ACE5D8 Ice Cold

📋 copy color: '#ACE5D8'

red 172 ◦ green 229 ◦ blue 216

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

Shades of Ice Cold #ACE5D8

Tints of Ice Cold #ACE5D8

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.12%

 BLUE value IS 216 (84.77% from 255) = 35.01%

R = 27.88%
G = 37.12%
B = 35.01%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#ACE5D8 (or 0xACE5D8) is known color: Ice Cold. HEX triplet: AC, E5 and D8. RGB value is (172,229,216). Sum of RGB (Red+Green+Blue) = 172+229+216=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 229 (89.84% from 255 or 37.12% from 617); Blue value is 216 (84.77% from 255 or 35.01% from 617); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE5D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE5D8 is #531A27. Grayscale: #D2D2D2. Windows color (decimal): -5446184 or 14214572. OLE color: 14214572.

HSL color Cylindrical-coordinate representation of color #ACE5D8: hue angle of 166.32º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE5D8 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 229 216 -
CMYK 0.25 0 0.06 0.10
HSL 166.32º 0.52% 0.79% -
HSV(B) 166.32º 0.25% 0.9% -
XYZ 57.43 69.77 75.41 -
YUV 210.48 131.12 100.56 -
System Red Green Blue C M Y K H S L
Decimal 172 229 216 0.25 0 0.06 0.10 166.32 0.52 0.79
Hex AC E5 D8 19 0 6 A A6 34 4F
Octal 254 345 330 31 0 6 12 246 64 117
Binary 10101100 11100101 11011000 11001 0 110 1010 10100110 110100 1001111

Color Harmonies of #ACE5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE5D8

Black with #ACE5D8

Text Example


Text Example

White with #ACE5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE5D8; }

 p { color: rgb(172,229,216); }

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

background-color css

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

 a { background-color: rgb(172,229,216); }

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

border-color css

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

 span { border-color: rgb(172,229,216); }

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