Html Css Color HEX #ACD7CB Scandal

📋 copy color: '#ACD7CB'

red 172 ◦ green 215 ◦ blue 203

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

Shades of Scandal #ACD7CB

Tints of Scandal #ACD7CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.41%

R = 29.15%
G = 36.44%
B = 34.41%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#ACD7CB (or 0xACD7CB) is known color: Scandal. HEX triplet: AC, D7 and CB. RGB value is (172,215,203). Sum of RGB (Red+Green+Blue) = 172+215+203=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 215 (84.38% from 255 or 36.44% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7CB is #532834. Grayscale: #C8C8C8. Windows color (decimal): -5449781 or 13359020. OLE color: 13359020.

HSL color Cylindrical-coordinate representation of color #ACD7CB: hue angle of 163.26º 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 #ACD7CB is Cyan = 0.2, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 203 -
CMYK 0.2 0 0.06 0.16
HSL 163.26º 0.35% 0.76% -
HSV(B) 163.26º 0.2% 0.84% -
XYZ 52.09 61.68 65.66 -
YUV 200.78 129.25 107.48 -
System Red Green Blue C M Y K H S L
Decimal 172 215 203 0.2 0 0.06 0.16 163.26 0.35 0.76
Hex AC D7 CB 14 0 6 10 A3 23 4C
Octal 254 327 313 24 0 6 20 243 43 114
Binary 10101100 11010111 11001011 10100 0 110 10000 10100011 100011 1001100

Color Harmonies of #ACD7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD7CB

Black with #ACD7CB

Text Example


Text Example

White with #ACD7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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