Html Css Color HEX #6ADDCD Downy

📋 copy color: '#6ADDCD'

red 106 ◦ green 221 ◦ blue 205

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

Shades of Downy #6ADDCD

Tints of Downy #6ADDCD

RGB

 RED value IS 106 (41.8% from 255) = 19.92%

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

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

R = 19.92%
G = 41.54%
B = 38.53%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#6ADDCD (or 0x6ADDCD) is known color: Downy. HEX triplet: 6A, DD and CD. RGB value is (106,221,205). Sum of RGB (Red+Green+Blue) = 106+221+205=532 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.92% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADDCD is #952232. Grayscale: #B8B8B8. Windows color (decimal): -9773619 or 13491562. OLE color: 13491562.

HSL color Cylindrical-coordinate representation of color #6ADDCD: hue angle of 171.65º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADDCD is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 221 205 -
CMYK 0.52 0 0.07 0.13
HSL 171.65º 0.63% 0.64% -
HSV(B) 171.65º 0.52% 0.87% -
XYZ 42.82 59.18 66.92 -
YUV 184.79 139.4 71.8 -
System Red Green Blue C M Y K H S L
Decimal 106 221 205 0.52 0 0.07 0.13 171.65 0.63 0.64
Hex 6A DD CD 34 0 7 D AC 3F 40
Octal 152 335 315 64 0 7 15 254 77 100
Binary 1101010 11011101 11001101 110100 0 111 1101 10101100 111111 1000000

Color Harmonies of #6ADDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADDCD

Black with #6ADDCD

Text Example


Text Example

White with #6ADDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6ADDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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