Html Css Color HEX #ACDFD4 Ice Cold

📋 copy color: '#ACDFD4'

red 172 ◦ green 223 ◦ blue 212

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

Shades of Ice Cold #ACDFD4

Tints of Ice Cold #ACDFD4

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.74%

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

R = 28.34%
G = 36.74%
B = 34.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#ACDFD4 (or 0xACDFD4) is known color: Ice Cold. HEX triplet: AC, DF and D4. RGB value is (172,223,212). Sum of RGB (Red+Green+Blue) = 172+223+212=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFD4 is #53202B. Grayscale: #CECECE. Windows color (decimal): -5447724 or 13950892. OLE color: 13950892.

HSL color Cylindrical-coordinate representation of color #ACDFD4: hue angle of 167.06º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDFD4 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 212 -
CMYK 0.23 0 0.05 0.13
HSL 167.06º 0.44% 0.77% -
HSV(B) 167.06º 0.23% 0.87% -
XYZ 55.28 66.3 72.17 -
YUV 206.5 131.1 103.39 -
System Red Green Blue C M Y K H S L
Decimal 172 223 212 0.23 0 0.05 0.13 167.06 0.44 0.77
Hex AC DF D4 17 0 5 D A7 2C 4D
Octal 254 337 324 27 0 5 15 247 54 115
Binary 10101100 11011111 11010100 10111 0 101 1101 10100111 101100 1001101

Color Harmonies of #ACDFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFD4

Black with #ACDFD4

Text Example


Text Example

White with #ACDFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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