Html Css Color HEX #6DDACA Downy

📋 copy color: '#6DDACA'

red 109 ◦ green 218 ◦ blue 202

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

Shades of Downy #6DDACA

Tints of Downy #6DDACA

RGB

 RED value IS 109 (42.97% from 255) = 20.6%

 GREEN value IS 218 (85.55% from 255) = 41.21%

 BLUE value IS 202 (79.3% from 255) = 38.19%

R = 20.6%
G = 41.21%
B = 38.19%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#6DDACA (or 0x6DDACA) is known color: Downy. HEX triplet: 6D, DA and CA. RGB value is (109,218,202). Sum of RGB (Red+Green+Blue) = 109+218+202=529 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.60% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDACA is #922535. Grayscale: #B7B7B7. Windows color (decimal): -9577782 or 13294189. OLE color: 13294189.

HSL color Cylindrical-coordinate representation of color #6DDACA: hue angle of 171.19º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDACA is Cyan = 0.5, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 109 218 202 -
CMYK 0.5 0 0.07 0.15
HSL 171.19º 0.6% 0.64% -
HSV(B) 171.19º 0.5% 0.85% -
XYZ 42.04 57.66 64.79 -
YUV 183.59 138.39 74.8 -
System Red Green Blue C M Y K H S L
Decimal 109 218 202 0.5 0 0.07 0.15 171.19 0.6 0.64
Hex 6D DA CA 32 0 7 F AB 3C 40
Octal 155 332 312 62 0 7 17 253 74 100
Binary 1101101 11011010 11001010 110010 0 111 1111 10101011 111100 1000000

Color Harmonies of #6DDACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDACA

Black with #6DDACA

Text Example


Text Example

White with #6DDACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,218,202); }

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

background-color css

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

 a { background-color: rgb(109,218,202); }

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

border-color css

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

 span { border-color: rgb(109,218,202); }

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