Html Css Color HEX #ACD7CF Scandal

📋 copy color: '#ACD7CF'

red 172 ◦ green 215 ◦ blue 207

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

Shades of Scandal #ACD7CF

Tints of Scandal #ACD7CF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.2%

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

R = 28.96%
G = 36.2%
B = 34.85%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#ACD7CF (or 0xACD7CF) is known color: Scandal. HEX triplet: AC, D7 and CF. RGB value is (172,215,207). Sum of RGB (Red+Green+Blue) = 172+215+207=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7CF is #532830. Grayscale: #C9C9C9. Windows color (decimal): -5449777 or 13621164. OLE color: 13621164.

HSL color Cylindrical-coordinate representation of color #ACD7CF: hue angle of 168.84º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD7CF is Cyan = 0.2, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 207 -
CMYK 0.2 0 0.04 0.16
HSL 168.84º 0.35% 0.76% -
HSV(B) 168.84º 0.2% 0.84% -
XYZ 52.58 61.88 68.2 -
YUV 201.23 131.25 107.15 -
System Red Green Blue C M Y K H S L
Decimal 172 215 207 0.2 0 0.04 0.16 168.84 0.35 0.76
Hex AC D7 CF 14 0 4 10 A9 23 4C
Octal 254 327 317 24 0 4 20 251 43 114
Binary 10101100 11010111 11001111 10100 0 100 10000 10101001 100011 1001100

Color Harmonies of #ACD7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD7CF

Black with #ACD7CF

Text Example


Text Example

White with #ACD7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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