Html Css Color HEX #6ECCBA Downy

📋 copy color: '#6ECCBA'

red 110 ◦ green 204 ◦ blue 186

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

Shades of Downy #6ECCBA

Tints of Downy #6ECCBA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.8%

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

R = 22%
G = 40.8%
B = 37.2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#6ECCBA (or 0x6ECCBA) is known color: Downy. HEX triplet: 6E, CC and BA. RGB value is (110,204,186). Sum of RGB (Red+Green+Blue) = 110+204+186=500 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECCBA is #913345. Grayscale: #ADADAD. Windows color (decimal): -9515846 or 12242030. OLE color: 12242030.

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

Color convert

RGB 110 204 186 -
CMYK 0.46 0 0.09 0.2
HSL 168.51º 0.48% 0.62% -
HSV(B) 168.51º 0.46% 0.8% -
XYZ 36.89 50.05 54.17 -
YUV 173.84 134.86 82.46 -
System Red Green Blue C M Y K H S L
Decimal 110 204 186 0.46 0 0.09 0.2 168.51 0.48 0.62
Hex 6E CC BA 2E 0 9 14 A9 30 3E
Octal 156 314 272 56 0 11 24 251 60 76
Binary 1101110 11001100 10111010 101110 0 1001 10100 10101001 110000 111110

Color Harmonies of #6ECCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECCBA

Black with #6ECCBA

Text Example


Text Example

White with #6ECCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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