Html Css Color HEX #6ED2BB Downy

📋 copy color: '#6ED2BB'

red 110 ◦ green 210 ◦ blue 187

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

Shades of Downy #6ED2BB

Tints of Downy #6ED2BB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.42%

 BLUE value IS 187 (73.44% from 255) = 36.88%

R = 21.7%
G = 41.42%
B = 36.88%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#6ED2BB (or 0x6ED2BB) is known color: Downy. HEX triplet: 6E, D2 and BB. RGB value is (110,210,187). Sum of RGB (Red+Green+Blue) = 110+210+187=507 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.70% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #6ED2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED2BB is #912D44. Grayscale: #B1B1B1. Windows color (decimal): -9514309 or 12309102. OLE color: 12309102.

HSL color Cylindrical-coordinate representation of color #6ED2BB: hue angle of 166.2º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED2BB is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 110 210 187 -
CMYK 0.48 0 0.11 0.18
HSL 166.2º 0.53% 0.63% -
HSV(B) 166.2º 0.48% 0.82% -
XYZ 38.45 53 55.22 -
YUV 177.48 133.37 79.87 -
System Red Green Blue C M Y K H S L
Decimal 110 210 187 0.48 0 0.11 0.18 166.2 0.53 0.63
Hex 6E D2 BB 30 0 B 12 A6 35 3F
Octal 156 322 273 60 0 13 22 246 65 77
Binary 1101110 11010010 10111011 110000 0 1011 10010 10100110 110101 111111

Color Harmonies of #6ED2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED2BB

Black with #6ED2BB

Text Example


Text Example

White with #6ED2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,210,187); }

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

background-color css

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

 a { background-color: rgb(110,210,187); }

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

border-color css

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

 span { border-color: rgb(110,210,187); }

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