#67DAC4

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

Shades of Downy #67DAC4

Tints of Downy #67DAC4

Color information

#67DAC4 (or 0x67DAC4) is unknown color: approx Downy. HEX triplet: 67, DA and C4. RGB value is (103,218,196). Sum of RGB (Red+Green+Blue) = 103+218+196=517 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.92% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #67DAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DAC4 is #98253B. Grayscale: #B5B5B5. Windows color (decimal): -9971004 or 12900967. OLE color: 12900967.

HSL color Cylindrical-coordinate representation of color #67DAC4: hue angle of 168.52º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67DAC4 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB103218196-
CMYK0.5300.100.15
HSL168.52º60.85%62.94%-
HSV(B)168.52º52.75%85.49%-
XYZ40.6357.0161.09-
YUV181.11136.472.29-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.92%
GREEN value IS 218 (85.55% from 255) = 42.17%
BLUE value IS 196 (76.95% from 255) = 37.91%
R=19.92%
G=42.17%
B=37.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1032181960.5300.100.15168.5260.8562.94
Hex67DAC4350AFa93d3f
Octal14733230465012172517577
Binary1100111110110101100010011010101010111110101001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,218,196); }

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

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

 a { background-color: rgb(103,218,196); }

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

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

 span { border-color: rgb(103,218,196); }

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