Html Css Color HEX #ACE9D4 Ice Cold

📋 copy color: '#ACE9D4'

red 172 ◦ green 233 ◦ blue 212

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

Shades of Ice Cold #ACE9D4

Tints of Ice Cold #ACE9D4

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.76%

 BLUE value IS 212 (83.2% from 255) = 34.36%

R = 27.88%
G = 37.76%
B = 34.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#ACE9D4 (or 0xACE9D4) is known color: Ice Cold. HEX triplet: AC, E9 and D4. RGB value is (172,233,212). Sum of RGB (Red+Green+Blue) = 172+233+212=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 233 (91.41% from 255 or 37.76% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE9D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE9D4 is #53162B. Grayscale: #D4D4D4. Windows color (decimal): -5445164 or 13953452. OLE color: 13953452.

HSL color Cylindrical-coordinate representation of color #ACE9D4: hue angle of 159.34º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE9D4 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 233 212 -
CMYK 0.26 0 0.09 0.09
HSL 159.34º 0.58% 0.79% -
HSV(B) 159.34º 0.26% 0.91% -
XYZ 58.04 71.8 73.09 -
YUV 212.37 127.79 99.21 -
System Red Green Blue C M Y K H S L
Decimal 172 233 212 0.26 0 0.09 0.09 159.34 0.58 0.79
Hex AC E9 D4 1A 0 9 9 9F 3A 4F
Octal 254 351 324 32 0 11 11 237 72 117
Binary 10101100 11101001 11010100 11010 0 1001 1001 10011111 111010 1001111

Color Harmonies of #ACE9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE9D4

Black with #ACE9D4

Text Example


Text Example

White with #ACE9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE9D4; }

 p { color: rgb(172,233,212); }

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

background-color css

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

 a { background-color: rgb(172,233,212); }

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

border-color css

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

 span { border-color: rgb(172,233,212); }

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