#6CC2BB

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

Shades of Downy #6CC2BB

Tints of Downy #6CC2BB

Color information

#6CC2BB (or 0x6CC2BB) is unknown color: approx Downy. HEX triplet: 6C, C2 and BB. RGB value is (108,194,187). Sum of RGB (Red+Green+Blue) = 108+194+187=489 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.09% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 194 - color contains mainly: green. Hex color #6CC2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC2BB is #933D44. Grayscale: #A7A7A7. Windows color (decimal): -9649477 or 12305004. OLE color: 12305004.

HSL color Cylindrical-coordinate representation of color #6CC2BB: hue angle of 175.12º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CC2BB is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB108194187-
CMYK0.4400.040.24
HSL175.12º41.35%59.22%-
HSV(B)175.12º44.33%76.08%-
XYZ34.4545.3653.95-
YUV167.49139.0185.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.09%
GREEN value IS 194 (76.17% from 255) = 39.67%
BLUE value IS 187 (73.44% from 255) = 38.24%
R=22.09%
G=39.67%
B=38.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1081941870.4400.040.24175.1241.3559.22
Hex6CC2BB2C0418af293b
Octal1543022735404302575173
Binary1101100110000101011101110110001001100010101111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,194,187); }

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

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

 a { background-color: rgb(108,194,187); }

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

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

 span { border-color: rgb(108,194,187); }

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