#67DCC2

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

Shades of Downy #67DCC2

Tints of Downy #67DCC2

Color information

#67DCC2 (or 0x67DCC2) is unknown color: approx Downy. HEX triplet: 67, DC and C2. RGB value is (103,220,194). Sum of RGB (Red+Green+Blue) = 103+220+194=517 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.92% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #67DCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DCC2 is #98233D. Grayscale: #B6B6B6. Windows color (decimal): -9970494 or 12770407. OLE color: 12770407.

HSL color Cylindrical-coordinate representation of color #67DCC2: hue angle of 166.67º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67DCC2 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB103220194-
CMYK0.5300.120.14
HSL166.67º62.57%63.33%-
HSV(B)166.67º53.18%86.27%-
XYZ40.9257.9760.07-
YUV182.05134.7471.61-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.92%
GREEN value IS 220 (86.33% from 255) = 42.55%
BLUE value IS 194 (76.17% from 255) = 37.52%
R=19.92%
G=42.55%
B=37.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1032201940.5300.120.14166.6762.5763.33
Hex67DCC2350CEa73f3f
Octal14733430265014162477777
Binary1100111110111001100001011010101100111010100111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67DCC2; }

 p { color: rgb(103,220,194); }

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

<style>
 a { background-color: #67DCC2; }

 a { background-color: rgb(103,220,194); }

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

<style>
 span { border-color: #67DCC2; }

 span { border-color: rgb(103,220,194); }

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