#6CDCBF

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

Shades of Downy #6CDCBF

Tints of Downy #6CDCBF

Color information

#6CDCBF (or 0x6CDCBF) is unknown color: approx Downy. HEX triplet: 6C, DC and BF. RGB value is (108,220,191). Sum of RGB (Red+Green+Blue) = 108+220+191=519 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.81% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDCBF is #932340. Grayscale: #B7B7B7. Windows color (decimal): -9642817 or 12573804. OLE color: 12573804.

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

Color convert

RGB108220191-
CMYK0.5100.130.14
HSL164.46º61.54%64.31%-
HSV(B)164.46º50.91%86.27%-
XYZ41.1858.1458.34-
YUV183.21132.3974.36-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.81%
GREEN value IS 220 (86.33% from 255) = 42.39%
BLUE value IS 191 (75% from 255) = 36.80%
R=20.81%
G=42.39%
B=36.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1082201910.5100.130.14164.4661.5464.31
Hex6CDCBF330DEa43e40
Octal154334277630151624476100
Binary11011001101110010111111110011011011110101001001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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