Html Css Color HEX #ACD2CA Scandal

📋 copy color: '#ACD2CA'

red 172 ◦ green 210 ◦ blue 202

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

Shades of Scandal #ACD2CA

Tints of Scandal #ACD2CA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.96%

 BLUE value IS 202 (79.3% from 255) = 34.59%

R = 29.45%
G = 35.96%
B = 34.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#ACD2CA (or 0xACD2CA) is known color: Scandal. HEX triplet: AC, D2 and CA. RGB value is (172,210,202). Sum of RGB (Red+Green+Blue) = 172+210+202=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD2CA is #532D35. Grayscale: #C5C5C5. Windows color (decimal): -5451062 or 13292204. OLE color: 13292204.

HSL color Cylindrical-coordinate representation of color #ACD2CA: hue angle of 167.37º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACD2CA is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 202 -
CMYK 0.18 0 0.04 0.18
HSL 167.37º 0.3% 0.75% -
HSV(B) 167.37º 0.18% 0.82% -
XYZ 50.72 59.13 64.62 -
YUV 197.73 130.41 109.65 -
System Red Green Blue C M Y K H S L
Decimal 172 210 202 0.18 0 0.04 0.18 167.37 0.3 0.75
Hex AC D2 CA 12 0 4 12 A7 1E 4B
Octal 254 322 312 22 0 4 22 247 36 113
Binary 10101100 11010010 11001010 10010 0 100 10010 10100111 11110 1001011

Color Harmonies of #ACD2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD2CA

Black with #ACD2CA

Text Example


Text Example

White with #ACD2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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