Html Css Color HEX #A0DFCF Scandal

📋 copy color: '#A0DFCF'

red 160 ◦ green 223 ◦ blue 207

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

Shades of Scandal #A0DFCF

Tints of Scandal #A0DFCF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.8%

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

R = 27.12%
G = 37.8%
B = 35.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#A0DFCF (or 0xA0DFCF) is known color: Scandal. HEX triplet: A0, DF and CF. RGB value is (160,223,207). Sum of RGB (Red+Green+Blue) = 160+223+207=590 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.12% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DFCF is #5F2030. Grayscale: #CACACA. Windows color (decimal): -6234161 or 13623200. OLE color: 13623200.

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

Color convert

RGB 160 223 207 -
CMYK 0.28 0 0.07 0.13
HSL 164.76º 0.5% 0.75% -
HSV(B) 164.76º 0.28% 0.87% -
XYZ 52.15 64.75 68.78 -
YUV 202.34 130.63 97.8 -
System Red Green Blue C M Y K H S L
Decimal 160 223 207 0.28 0 0.07 0.13 164.76 0.5 0.75
Hex A0 DF CF 1C 0 7 D A5 32 4B
Octal 240 337 317 34 0 7 15 245 62 113
Binary 10100000 11011111 11001111 11100 0 111 1101 10100101 110010 1001011

Color Harmonies of #A0DFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DFCF

Black with #A0DFCF

Text Example


Text Example

White with #A0DFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DFCF; }

 p { color: rgb(160,223,207); }

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

background-color css

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

 a { background-color: rgb(160,223,207); }

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

border-color css

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

 span { border-color: rgb(160,223,207); }

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