Html Css Color HEX #6ECDC5 Downy

📋 copy color: '#6ECDC5'

red 110 ◦ green 205 ◦ blue 197

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

Shades of Downy #6ECDC5

Tints of Downy #6ECDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.48%

R = 21.48%
G = 40.04%
B = 38.48%

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

#6ECDC5 (or 0x6ECDC5) is known color: Downy. HEX triplet: 6E, CD and C5. RGB value is (110,205,197). Sum of RGB (Red+Green+Blue) = 110+205+197=512 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.48% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECDC5 is #91323A. Grayscale: #AFAFAF. Windows color (decimal): -9515579 or 12963182. OLE color: 12963182.

HSL color Cylindrical-coordinate representation of color #6ECDC5: hue angle of 174.95º 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 #6ECDC5 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 205 197 -
CMYK 0.46 0 0.04 0.20
HSL 174.95º 0.49% 0.62% -
HSV(B) 174.95º 0.46% 0.8% -
XYZ 38.34 51.01 60.65 -
YUV 175.68 140.03 81.15 -
System Red Green Blue C M Y K H S L
Decimal 110 205 197 0.46 0 0.04 0.20 174.95 0.49 0.62
Hex 6E CD C5 2E 0 4 14 AF 31 3E
Octal 156 315 305 56 0 4 24 257 61 76
Binary 1101110 11001101 11000101 101110 0 100 10100 10101111 110001 111110

Color Harmonies of #6ECDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECDC5

Black with #6ECDC5

Text Example


Text Example

White with #6ECDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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