Html Css Color HEX #ACE6D8 Ice Cold

📋 copy color: '#ACE6D8'

red 172 ◦ green 230 ◦ blue 216

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

Shades of Ice Cold #ACE6D8

Tints of Ice Cold #ACE6D8

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.22%

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

R = 27.83%
G = 37.22%
B = 34.95%

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

#ACE6D8 (or 0xACE6D8) is known color: Ice Cold. HEX triplet: AC, E6 and D8. RGB value is (172,230,216). Sum of RGB (Red+Green+Blue) = 172+230+216=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 230 (90.23% from 255 or 37.22% from 618); Blue value is 216 (84.77% from 255 or 34.95% from 618); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE6D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE6D8 is #531927. Grayscale: #D3D3D3. Windows color (decimal): -5445928 or 14214828. OLE color: 14214828.

HSL color Cylindrical-coordinate representation of color #ACE6D8: hue angle of 165.52º degrees, saturation: 0.54, 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 #ACE6D8 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 230 216 -
CMYK 0.25 0 0.06 0.10
HSL 165.52º 0.54% 0.79% -
HSV(B) 165.52º 0.25% 0.9% -
XYZ 57.7 70.32 75.5 -
YUV 211.06 130.78 100.14 -
System Red Green Blue C M Y K H S L
Decimal 172 230 216 0.25 0 0.06 0.10 165.52 0.54 0.79
Hex AC E6 D8 19 0 6 A A6 36 4F
Octal 254 346 330 31 0 6 12 246 66 117
Binary 10101100 11100110 11011000 11001 0 110 1010 10100110 110110 1001111

Color Harmonies of #ACE6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE6D8

Black with #ACE6D8

Text Example


Text Example

White with #ACE6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE6D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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