Html Css Color HEX #A6DDCD Scandal

📋 copy color: '#A6DDCD'

red 166 ◦ green 221 ◦ blue 205

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

Shades of Scandal #A6DDCD

Tints of Scandal #A6DDCD

RGB

 RED value IS 166 (65.23% from 255) = 28.04%

 GREEN value IS 221 (86.72% from 255) = 37.33%

 BLUE value IS 205 (80.47% from 255) = 34.63%

R = 28.04%
G = 37.33%
B = 34.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#A6DDCD (or 0xA6DDCD) is known color: Scandal. HEX triplet: A6, DD and CD. RGB value is (166,221,205). Sum of RGB (Red+Green+Blue) = 166+221+205=592 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.04% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DDCD is #592232. Grayscale: #CACACA. Windows color (decimal): -5841459 or 13491622. OLE color: 13491622.

HSL color Cylindrical-coordinate representation of color #A6DDCD: hue angle of 162.55º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DDCD is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 221 205 -
CMYK 0.25 0 0.07 0.13
HSL 162.55º 0.45% 0.76% -
HSV(B) 162.55º 0.25% 0.87% -
XYZ 52.6 64.23 67.38 -
YUV 202.73 129.28 101.8 -
System Red Green Blue C M Y K H S L
Decimal 166 221 205 0.25 0 0.07 0.13 162.55 0.45 0.76
Hex A6 DD CD 19 0 7 D A3 2D 4C
Octal 246 335 315 31 0 7 15 243 55 114
Binary 10100110 11011101 11001101 11001 0 111 1101 10100011 101101 1001100

Color Harmonies of #A6DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DDCD

Black with #A6DDCD

Text Example


Text Example

White with #A6DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DDCD; }

 p { color: rgb(166,221,205); }

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

background-color css

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

 a { background-color: rgb(166,221,205); }

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

border-color css

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

 span { border-color: rgb(166,221,205); }

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