#6CDCBD

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

Shades of Downy #6CDCBD

Tints of Downy #6CDCBD

Color information

#6CDCBD (or 0x6CDCBD) is unknown color: approx Downy. HEX triplet: 6C, DC and BD. RGB value is (108,220,189). Sum of RGB (Red+Green+Blue) = 108+220+189=517 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.89% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDCBD is #932342. Grayscale: #B6B6B6. Windows color (decimal): -9642819 or 12442732. OLE color: 12442732.

HSL color Cylindrical-coordinate representation of color #6CDCBD: hue angle of 163.39º degrees, saturation: 0.62, 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 #6CDCBD is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB108220189-
CMYK0.5100.140.14
HSL163.39º61.54%64.31%-
HSV(B)163.39º50.91%86.27%-
XYZ40.9658.0557.19-
YUV182.98131.3974.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.89%
GREEN value IS 220 (86.33% from 255) = 42.55%
BLUE value IS 189 (74.22% from 255) = 36.56%
R=20.89%
G=42.55%
B=36.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1082201890.5100.140.14163.3961.5464.31
Hex6CDCBD330EEa33e40
Octal154334275630161624376100
Binary11011001101110010111101110011011101110101000111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,220,189); }

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

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

 a { background-color: rgb(108,220,189); }

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

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

 span { border-color: rgb(108,220,189); }

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