Html Css Color HEX #6ECDC4 Downy

📋 copy color: '#6ECDC4'

red 110 ◦ green 205 ◦ blue 196

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

Shades of Downy #6ECDC4

Tints of Downy #6ECDC4

RGB

 RED value IS 110 (43.36% from 255) = 21.53%

 GREEN value IS 205 (80.47% from 255) = 40.12%

 BLUE value IS 196 (76.95% from 255) = 38.36%

R = 21.53%
G = 40.12%
B = 38.36%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#6ECDC4 (or 0x6ECDC4) is known color: Downy. HEX triplet: 6E, CD and C4. RGB value is (110,205,196). Sum of RGB (Red+Green+Blue) = 110+205+196=511 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.53% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECDC4 is #91323B. Grayscale: #AFAFAF. Windows color (decimal): -9515580 or 12897646. OLE color: 12897646.

HSL color Cylindrical-coordinate representation of color #6ECDC4: hue angle of 174.32º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECDC4 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 205 196 -
CMYK 0.46 0 0.04 0.20
HSL 174.32º 0.49% 0.62% -
HSV(B) 174.32º 0.46% 0.8% -
XYZ 38.23 50.96 60.05 -
YUV 175.57 139.53 81.23 -
System Red Green Blue C M Y K H S L
Decimal 110 205 196 0.46 0 0.04 0.20 174.32 0.49 0.62
Hex 6E CD C4 2E 0 4 14 AE 31 3E
Octal 156 315 304 56 0 4 24 256 61 76
Binary 1101110 11001101 11000100 101110 0 100 10100 10101110 110001 111110

Color Harmonies of #6ECDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECDC4

Black with #6ECDC4

Text Example


Text Example

White with #6ECDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,205,196); }

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

background-color css

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

 a { background-color: rgb(110,205,196); }

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

border-color css

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

 span { border-color: rgb(110,205,196); }

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