Html Css Color HEX #A5DDCD Scandal

📋 copy color: '#A5DDCD'

red 165 ◦ green 221 ◦ blue 205

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

Shades of Scandal #A5DDCD

Tints of Scandal #A5DDCD

RGB

 RED value IS 165 (64.84% from 255) = 27.92%

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

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

R = 27.92%
G = 37.39%
B = 34.69%

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

#A5DDCD (or 0xA5DDCD) is known color: Scandal. HEX triplet: A5, DD and CD. RGB value is (165,221,205). Sum of RGB (Red+Green+Blue) = 165+221+205=591 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.92% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DDCD is #5A2232. Grayscale: #CACACA. Windows color (decimal): -5906995 or 13491621. OLE color: 13491621.

HSL color Cylindrical-coordinate representation of color #A5DDCD: hue angle of 162.86º 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 #A5DDCD is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 221 205 -
CMYK 0.25 0 0.07 0.13
HSL 162.86º 0.45% 0.76% -
HSV(B) 162.86º 0.25% 0.87% -
XYZ 52.39 64.12 67.37 -
YUV 202.43 129.45 101.3 -
System Red Green Blue C M Y K H S L
Decimal 165 221 205 0.25 0 0.07 0.13 162.86 0.45 0.76
Hex A5 DD CD 19 0 7 D A3 2D 4C
Octal 245 335 315 31 0 7 15 243 55 114
Binary 10100101 11011101 11001101 11001 0 111 1101 10100011 101101 1001100

Color Harmonies of #A5DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DDCD

Black with #A5DDCD

Text Example


Text Example

White with #A5DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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