Html Css Color HEX #ACE1D2 Ice Cold

📋 copy color: '#ACE1D2'

red 172 ◦ green 225 ◦ blue 210

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

Shades of Ice Cold #ACE1D2

Tints of Ice Cold #ACE1D2

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.07%

 BLUE value IS 210 (82.42% from 255) = 34.6%

R = 28.34%
G = 37.07%
B = 34.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#ACE1D2 (or 0xACE1D2) is known color: Ice Cold. HEX triplet: AC, E1 and D2. RGB value is (172,225,210). Sum of RGB (Red+Green+Blue) = 172+225+210=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1D2 is #531E2D. Grayscale: #CFCFCF. Windows color (decimal): -5447214 or 13820332. OLE color: 13820332.

HSL color Cylindrical-coordinate representation of color #ACE1D2: hue angle of 163.02º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE1D2 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 225 210 -
CMYK 0.24 0 0.07 0.12
HSL 163.02º 0.47% 0.78% -
HSV(B) 163.02º 0.24% 0.88% -
XYZ 55.57 67.27 71.03 -
YUV 207.44 129.44 102.72 -
System Red Green Blue C M Y K H S L
Decimal 172 225 210 0.24 0 0.07 0.12 163.02 0.47 0.78
Hex AC E1 D2 18 0 7 C A3 2F 4E
Octal 254 341 322 30 0 7 14 243 57 116
Binary 10101100 11100001 11010010 11000 0 111 1100 10100011 101111 1001110

Color Harmonies of #ACE1D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE1D2

Black with #ACE1D2

Text Example


Text Example

White with #ACE1D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE1D2; }

 p { color: rgb(172,225,210); }

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

background-color css

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

 a { background-color: rgb(172,225,210); }

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

border-color css

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

 span { border-color: rgb(172,225,210); }

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