Html Css Color HEX #6ECDBA Downy

📋 copy color: '#6ECDBA'

red 110 ◦ green 205 ◦ blue 186

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

Shades of Downy #6ECDBA

Tints of Downy #6ECDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.13%

R = 21.96%
G = 40.92%
B = 37.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#6ECDBA (or 0x6ECDBA) is known color: Downy. HEX triplet: 6E, CD and BA. RGB value is (110,205,186). Sum of RGB (Red+Green+Blue) = 110+205+186=501 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.96% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECDBA is #913245. Grayscale: #AEAEAE. Windows color (decimal): -9515590 or 12242286. OLE color: 12242286.

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

Color convert

RGB 110 205 186 -
CMYK 0.46 0 0.09 0.20
HSL 168º 0.49% 0.62% -
HSV(B) 168º 0.46% 0.8% -
XYZ 37.12 50.52 54.25 -
YUV 174.43 134.53 82.04 -
System Red Green Blue C M Y K H S L
Decimal 110 205 186 0.46 0 0.09 0.20 168 0.49 0.62
Hex 6E CD BA 2E 0 9 14 A8 31 3E
Octal 156 315 272 56 0 11 24 250 61 76
Binary 1101110 11001101 10111010 101110 0 1001 10100 10101000 110001 111110

Color Harmonies of #6ECDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECDBA

Black with #6ECDBA

Text Example


Text Example

White with #6ECDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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