Html Css Color HEX #A0D7C6 Scandal

📋 copy color: '#A0D7C6'

red 160 ◦ green 215 ◦ blue 198

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

Shades of Scandal #A0D7C6

Tints of Scandal #A0D7C6

RGB

 RED value IS 160 (62.89% from 255) = 27.92%

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

 BLUE value IS 198 (77.73% from 255) = 34.55%

R = 27.92%
G = 37.52%
B = 34.55%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#A0D7C6 (or 0xA0D7C6) is known color: Scandal. HEX triplet: A0, D7 and C6. RGB value is (160,215,198). Sum of RGB (Red+Green+Blue) = 160+215+198=573 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.92% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D7C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D7C6 is #5F2839. Grayscale: #C4C4C4. Windows color (decimal): -6236218 or 13031328. OLE color: 13031328.

HSL color Cylindrical-coordinate representation of color #A0D7C6: hue angle of 161.45º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D7C6 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 215 198 -
CMYK 0.26 0 0.08 0.16
HSL 161.45º 0.41% 0.74% -
HSV(B) 161.45º 0.26% 0.84% -
XYZ 48.99 60.15 62.45 -
YUV 196.62 128.78 101.88 -
System Red Green Blue C M Y K H S L
Decimal 160 215 198 0.26 0 0.08 0.16 161.45 0.41 0.74
Hex A0 D7 C6 1A 0 8 10 A1 29 4A
Octal 240 327 306 32 0 10 20 241 51 112
Binary 10100000 11010111 11000110 11010 0 1000 10000 10100001 101001 1001010

Color Harmonies of #A0D7C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D7C6

Black with #A0D7C6

Text Example


Text Example

White with #A0D7C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D7C6; }

 p { color: rgb(160,215,198); }

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

background-color css

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

 a { background-color: rgb(160,215,198); }

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

border-color css

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

 span { border-color: rgb(160,215,198); }

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