#6CDBB7

Color #6CDBB7 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #6CDBB7

Tints of Downy #6CDBB7

Color information

#6CDBB7 (or 0x6CDBB7) is unknown color: approx Downy. HEX triplet: 6C, DB and B7. RGB value is (108,219,183). Sum of RGB (Red+Green+Blue) = 108+219+183=510 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.18% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 183 (71.88% from 255 or 35.88% from 510); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDBB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDBB7 is #932448. Grayscale: #B5B5B5. Windows color (decimal): -9643081 or 12049260. OLE color: 12049260.

HSL color Cylindrical-coordinate representation of color #6CDBB7: hue angle of 160.54º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDBB7 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB108219183-
CMYK0.5100.160.14
HSL160.54º60.66%64.12%-
HSV(B)160.54º50.68%85.88%-
XYZ40.0657.2753.74-
YUV181.71128.7375.43-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.18%
GREEN value IS 219 (85.94% from 255) = 42.94%
BLUE value IS 183 (71.88% from 255) = 35.88%
R=21.18%
G=42.94%
B=35.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1082191830.5100.160.14160.5460.6664.12
Hex6CDBB733010Ea13d40
Octal154333267630201624175100
Binary110110011011011101101111100110100001110101000011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,219,183); }

 H1.HeaderClassName
 {
   color: #6CDBB7;
 }
 .AnyTagClassName
 {
   color: #6CDBB7;
 }
</style>
background-color css

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

 a { background-color: rgb(108,219,183); }

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

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

 span { border-color: rgb(108,219,183); }

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