#67DDCC

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

Shades of Downy #67DDCC

Tints of Downy #67DDCC

Color information

#67DDCC (or 0x67DDCC) is unknown color: approx Downy. HEX triplet: 67, DD and CC. RGB value is (103,221,204). Sum of RGB (Red+Green+Blue) = 103+221+204=528 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.51% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #67DDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DDCC is #982233. Grayscale: #B7B7B7. Windows color (decimal): -9970228 or 13426023. OLE color: 13426023.

HSL color Cylindrical-coordinate representation of color #67DDCC: hue angle of 171.36º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67DDCC is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB103221204-
CMYK0.5300.080.13
HSL171.36º63.44%63.53%-
HSV(B)171.36º53.39%86.67%-
XYZ42.3558.9666.27-
YUV183.78139.4170.38-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.51%
GREEN value IS 221 (86.72% from 255) = 41.86%
BLUE value IS 204 (80.08% from 255) = 38.64%
R=19.51%
G=41.86%
B=38.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1032212040.5300.080.13171.3663.4463.53
Hex67DDCC3508Dab3f40
Octal147335314650101525377100
Binary11001111101110111001100110101010001101101010111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,221,204); }

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

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

 a { background-color: rgb(103,221,204); }

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

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

 span { border-color: rgb(103,221,204); }

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