Html Css Color HEX #ACD9CF Scandal

📋 copy color: '#ACD9CF'

red 172 ◦ green 217 ◦ blue 207

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

Shades of Scandal #ACD9CF

Tints of Scandal #ACD9CF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.41%

 BLUE value IS 207 (81.25% from 255) = 34.73%

R = 28.86%
G = 36.41%
B = 34.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#ACD9CF (or 0xACD9CF) is known color: Scandal. HEX triplet: AC, D9 and CF. RGB value is (172,217,207). Sum of RGB (Red+Green+Blue) = 172+217+207=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9CF is #532630. Grayscale: #CACACA. Windows color (decimal): -5449265 or 13621676. OLE color: 13621676.

HSL color Cylindrical-coordinate representation of color #ACD9CF: hue angle of 166.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACD9CF is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 217 207 -
CMYK 0.21 0 0.05 0.15
HSL 166.67º 0.37% 0.76% -
HSV(B) 166.67º 0.21% 0.85% -
XYZ 53.09 62.9 68.37 -
YUV 202.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 172 217 207 0.21 0 0.05 0.15 166.67 0.37 0.76
Hex AC D9 CF 15 0 5 F A7 25 4C
Octal 254 331 317 25 0 5 17 247 45 114
Binary 10101100 11011001 11001111 10101 0 101 1111 10100111 100101 1001100

Color Harmonies of #ACD9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD9CF

Black with #ACD9CF

Text Example


Text Example

White with #ACD9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD9CF; }

 p { color: rgb(172,217,207); }

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

background-color css

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

 a { background-color: rgb(172,217,207); }

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

border-color css

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

 span { border-color: rgb(172,217,207); }

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